mirror of
https://github.com/xmengnet/the-art-of-command-line.git
synced 2024-12-24 03:46:29 +08:00
change the word sytle
This commit is contained in:
parent
c35f396aa4
commit
d294bcbe6e
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@
|
|||
|
||||
- 键入 `history` 查看命令行历史记录。其中有许多缩写,例如 `!$`(最后键入的参数)和 `!!`(最后键入的命令),尽管通常被 **ctrl-r** 和 **alt-.** 取代。
|
||||
|
||||
- 要进入home目录可以用 `cd`。要访问你的home目录中的文件,可以使用前缀 `~`(例如 `~/.bashrc`)。在 `sh` 脚本里则用 `$HOME` 指代home目录。
|
||||
- 要进入 home 目录可以用 `cd`。要访问你的 home 目录中的文件,可以使用前缀 `~`(例如 `~/.bashrc`)。在 `sh` 脚本里则用 `$HOME` 指代 home 目录。
|
||||
|
||||
- 回到上一个工作路径:`cd -`
|
||||
|
||||
|
|
Loading…
Reference in a new issue