Skip to content

Commit

Permalink
modify description for $_
Browse files Browse the repository at this point in the history
  • Loading branch information
onceupon committed Mar 16, 2023
1 parent 520f053 commit a851316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a851316

Please sign in to comment.