From f5125bd1ec81093aa02182104025e8860fd3594b Mon Sep 17 00:00:00 2001 From: Sami Harju Date: Wed, 22 Dec 2021 07:21:16 +0200 Subject: [PATCH] Update bash.md (#1760) --- bash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash.md b/bash.md index b98e4bc5b..431f2d4b7 100644 --- a/bash.md +++ b/bash.md @@ -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).