Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,20 +1,20 @@
# cd
> 更改当前工作目录.
> 更改当前工作目录
> 更多信息: <https://man.archlinux.org/man/cd.n>.
- 转到指定目录:
- 转到指定目录
`cd {{路径}}`
- 转到当前用户的主home目录:
- 转到当前用户的主home目录
`cd`
- 转到当前目录的父目录:
- 转到当前目录的父目录
`cd ..`
- 转到刚才选择的目录:
- 转到刚才选择的目录
`cd -`