1
0
mirror of https://github.com/jlevy/the-art-of-command-line.git synced 2025-01-18 03:22:07 +02:00

Add the missing *

This commit is contained in:
曾楚杰 2015-06-21 23:37:36 +08:00
parent 7e5caf48dd
commit 0951e261b9

View File

@ -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 -`