variable | Description |
---|---|
$! | Last process PID |
$? | Last return code |
$@ | All paramaters passed to a script |
$1, $2, $n... | Direct access to parameters starting on 1 |
Last active
April 21, 2018 01:20
-
-
Save carlos-algms/1d2a4cae8cd43c7d99d6c0ce05b01b38 to your computer and use it in GitHub Desktop.
Linux shell magic variables
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment