ninja, code, cd, echo: add Chinese translations (#4166)

This commit is contained in:
Flex Zhong
2020-07-10 04:30:44 +08:00
committed by GitHub
parent 30ddeee054
commit 11ba5e0f0e
4 changed files with 90 additions and 0 deletions

19
pages.zh/common/cd.md Normal file
View File

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