command-line-quick-reference
command-line-quick-reference copied to clipboard
Shell command history expansion missing
| option | description |
|---|---|
| !! | repeat last command |
| !* | All arguments of the last command |
| !^ | first argument of last command |
| !$ | last argument of last command |
and so on