cd: add Japanese translation (#9420)

pull/1/head
Sanosuke Kato 2022-10-30 21:08:09 +09:00 committed by GitHub
parent 517cdc4254
commit ef47ce96f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

28
pages.ja/common/cd.md Normal file
View File

@ -0,0 +1,28 @@
# cd
> 現在の作業ディレクトリを変更します。
> 詳しくはこちら: <https://manned.org/cd>.
- 指定したディレクトリへ移動する:
`cd {{ディレクトリパス}}`
- カレントディレクトリの親ディレクトリへ移動する:
`cd ..`
- カレントユーザーのホームディレクトリへ移動する:
`cd`
- 指定したユーザーのホームディレクトリへ移動する:
`cd ~{{ユーザー名}}`
- 以前に選択されたディレクトリへ移動する:
`cd -`
- ルートディレクトリへ移動する:
`cd /`