From ebfb8f1be1a79c2cf3edff50b509a046b953f7ba Mon Sep 17 00:00:00 2001 From: sarlej <34244525+sarlej@users.noreply.github.com> Date: Mon, 9 May 2022 13:32:42 +0200 Subject: [PATCH] Create README.md Add '$_' it contains last of parameterers of recent command. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4ab8425..02a32ca 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,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. $DESKTOP_SESSION current display manager $EDITOR preferred text editor.