Programming and posix - April 2002

April 3, 2002
Solution Symposium
Page 73
hp e3000
programming
and posix
posix shell functions
function name {
command
}
or
name() {
command
}
treated just like any other command or script
has a separate list of positional parameters
may declare local variables