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