Files
tldr/pages.zh/common/cd.md

20 lines
209 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# cd
> 更改当前工作目录.
- 转到指定目录:
`cd {{路径}}`
- 转到当前用户的主home目录:
`cd`
- 转到当前目录的父目录:
`cd ..`
- 转到刚才选择的目录:
`cd -`