mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-07 03:13:29 +02:00
cd: update Chinese translation (#8375)
This commit is contained in:
parent
0cf74cf39b
commit
ce4578cade
1 changed files with 9 additions and 5 deletions
|
@ -5,16 +5,20 @@
|
|||
|
||||
- 转到指定目录:
|
||||
|
||||
`cd {{路径}}`
|
||||
|
||||
- 转到当前用户的主(home)目录:
|
||||
|
||||
`cd`
|
||||
`cd {{路径/到/目录}}`
|
||||
|
||||
- 转到当前目录的父目录:
|
||||
|
||||
`cd ..`
|
||||
|
||||
- 转到当前用户的主(home)目录:
|
||||
|
||||
`cd`
|
||||
|
||||
- 转到指定用户的主(home)目录:
|
||||
|
||||
`cd ~{{用户名}}`
|
||||
|
||||
- 转到刚才选择的目录:
|
||||
|
||||
`cd -`
|
||||
|
|
Loading…
Add table
Reference in a new issue