#!/bin/rc if(~ $1 v){ peep $0 exit } cat<<-eof- basic

Command Parameters to CGI

Pegasus supports command parameters defined in RFC.
-eof-

text2html rfc-params

cat<<-eof-


Arguments of this case

$$0 is $0 $$* is $* -eof- echo '$$#* is' $#* cat<<-eof- % a=$$* % whatis a -eof- a=$* whatis a cat<<-eof-
see this script -eof-