1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/common/cd.md

21 lines
265 B
Markdown
Raw Normal View History

# cd
> 更改当前工作目录.
2021-03-30 14:55:57 -04:00
> 更多信息: <https://man.archlinux.org/man/cd.n>.
- 转到指定目录:
`cd {{路径}}`
- 转到当前用户的主(home)目录:
`cd`
- 转到当前目录的父目录:
`cd ..`
- 转到刚才选择的目录:
`cd -`