Special Parameters

Some special parameters are automatically set by the Korn shell, and usually cannot be directly set or modified.

$# number of positional parameters
$@ all positional parameters ("$1", "$2", ..., "$n")
$* all positional parameters ("$1 $2... $n")
$? exit status of the last command
$$ process id of the current shell
$ current options in effect
$! process id of last background command

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.145.14.200