mirror of https://github.com/CrimsonTome/tldr.git
261 B
261 B
cd
更改当前工作目录。 更多信息:https://manned.org/cd.
- 转到指定目录:
cd {{路径}}
- 转到当前用户的主(home)目录:
cd
- 转到当前目录的父目录:
cd ..
- 转到刚才选择的目录:
cd -