add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,28 +1,28 @@
# cd
> 更改当前工作目录。
> 更多信息:<https://manned.org/cd>.
> 更多信息:<https://manned.org/cd>
- 转到指定目录:
`cd {{路径/到/目录}}`
`cd {{path/to/directory}}`
- 转到当前目录的父目录:
- 返回当前目录的父目录:
`cd ..`
- 转到当前用户的主home目录:
- 转到当前用户的主目录:
`cd`
- 转到指定用户的主home目录:
- 转到指定用户的主目录:
`cd ~{{用户名}}`
`cd ~{{username}}`
- 转到刚才选择的目录:
- 转到之前选择的目录:
`cd -`
- 转到根目录:
`cd /`
`cd /`