Programming and posix - April 2002

April 3, 2002
Solution Symposium
Page 71
hp e3000
programming
and posix
posix shell flow of control (cont.)
if command1; then
command2
elif command3; then
command4
else
command5
fi
traditional if-then-else; the elif and else clauses are optional