Skip to content

cd: update outdated zh_TW translations #16816

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions pages.zh_TW/common/cd.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,28 @@
# cd

> 改變工作目錄
> 切換目前的工作目錄
> 更多資訊:<https://manned.org/cd>.

- 前往指定目錄
- 切換為指定目錄

`cd {{目錄/完整/路徑}}`

- 前往目前使用者的家目錄:
- 切換為目前目錄的上層目錄:

`cd ..`

- 切換為目前使用者的主目錄:

`cd`

- 前往目前目錄的上層目錄
- 切換為指定使用者的主目錄

`cd ..`
`cd ~{{使用者名稱}}`

- 前往之前所在的目錄
- 切換為之前所在的目錄

`cd -`

- 切換為根目錄:

`cd /`