Search Results

Search: Posts Made By: ctsgnb
1,105
Posted By ctsgnb
bt way the trailing done fi is buggy : it...
bt way the trailing
done
fi
is buggy : it should be
fi
done
instead
1,105
Posted By ctsgnb
for i in 1 2 3 4 do echo "Task execution...
for i in 1 2 3 4
do
echo "Task execution number $i"

... do whatever you want ...

done

by the way you have an error : the trailing

done
fi

is wrong, it should be
fi
done

instead
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 07:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy