A bozo's blog
program, function or shell $0 argument 1 through 9 $1 .. $9 nth argument ${n} number of positional parameters $# every positional parameter $@, $* decimal value returned by last executed cmd $? pid of shell $$ pid of last backgrounded command $!