From a85131614c42715e97a76083e4388b213be46bca Mon Sep 17 00:00:00 2001 From: Bonnie I-Man Ng Date: Thu, 16 Mar 2023 07:05:25 +0000 Subject: [PATCH] modify description for `$_` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7af86dd..e495f2c 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ $? :most recent foreground pipeline exit status. $- :current options set for the shell. $$ :pid of the current shell (not subshell). $! :is the PID of the most recent background command. -$_ :last of parameterers of recent command. +$_ :last argument of the previously executed command, or the path of the bash script. $DESKTOP_SESSION current display manager $EDITOR preferred text editor.