mirror of
https://github.com/xmengnet/the-art-of-command-line.git
synced 2024-12-25 00:36:28 +08:00
Added a mising *
This commit is contained in:
parent
0a2097948a
commit
e940c2f12e
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ Notes:
|
|||
|
||||
- Alternatively, if you love vi-style key-bindings, use `set -o vi`.
|
||||
|
||||
- To see recent commands, `history`. There are also many abbreviations such as `!$` (last argument) and `!!` last command, though these are often easily replaced with **ctrl-r* and **alt-.**.
|
||||
- To see recent commands, `history`. There are also many abbreviations such as `!$` (last argument) and `!!` last command, though these are often easily replaced with **ctrl-r** and **alt-.**.
|
||||
|
||||
- To go back to the previous working directory: `cd -`
|
||||
|
||||
|
|
Loading…
Reference in a new issue