Programming and posix - February 2001

February 10, 2001
Solution Symposium
Page 72
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