$1 | The first argument |
$2 | Second argument |
$0 | The name of the script |
$# | The number of arguments |
$* | The complete set of positional parameters as single string. |
$1 | The first argument |
$2 | Second argument |
$0 | The name of the script |
$# | The number of arguments |
$* | The complete set of positional parameters as single string. |