Special characters in Unix Shell Metacharacters

image

 

$0      Name of the command being executed

 

$-       Current shell settings

 

$$       PID of current shell

 

$?       Exit status of the last executed command

 

$#       Total number of positional parameters

 

$@       Similar to $*

No comments:

Post a Comment