mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
modify description for $_
This commit is contained in:
parent
520f053c08
commit
a85131614c
@ -120,7 +120,7 @@ $? :most recent foreground pipeline exit status.
|
|||||||
$- :current options set for the shell.
|
$- :current options set for the shell.
|
||||||
$$ :pid of the current shell (not subshell).
|
$$ :pid of the current shell (not subshell).
|
||||||
$! :is the PID of the most recent background command.
|
$! :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
|
$DESKTOP_SESSION current display manager
|
||||||
$EDITOR preferred text editor.
|
$EDITOR preferred text editor.
|
||||||
|
Loading…
Reference in New Issue
Block a user