Programming and posix - February 2001

February 10, 2001
Solution Symposium
Page 71
hp e3000
programming
and posix
posix shell flow of control (cont.)
until command1; do
command2
done
while command1; do
command2
done
the break and continue commands can be used to
alter loop behavior