special variables
Examples of special variables
$_
$_Holds the value of the last argument of the last command executed
$0
$0Holds the name of the currently active shell or script (refer to https://jarrettgxz-sec.gitbook.io/linux/general/environment-variables $SHELLsection for examples)
Last updated