$*      all arguments list
$@      all arguments list
$#      the number of argument
$1      first argument
$0      name of current command
$?      result of last command


Published

03 November 2013

Category

operation

Tags