Programming and posix - April 2002

April 3, 2002
Solution Symposium
Page 72
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