Skip to content

Commit

Permalink
Update bash.md (#1760)
Browse files Browse the repository at this point in the history
  • Loading branch information
samharju authored Dec 22, 2021
1 parent c1741f6 commit f5125bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit f5125bd

Please sign in to comment.