Update bash.md (#1760)

This commit is contained in:
Sami Harju 2021-12-22 07:21:16 +02:00 committed by GitHub
parent c1741f6923
commit f5125bd1ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -761,7 +761,7 @@ read -n 1 ans # Just one character
| `$!` | PID of last background task |
| `$$` | PID of shell |
| `$0` | Filename of the shell script |
| `$_` | Last argrument of the previous command |
| `$_` | Last argument of the previous command |
See [Special parameters](http://wiki.bash-hackers.org/syntax/shellvars#special_parameters_and_shell_variables).