mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
Create README.md
Add '$_' it contains last of parameterers of recent command.
This commit is contained in:
parent
a59c8598b0
commit
ebfb8f1be1
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user