cd: add Japanese translation (#9420)

This commit is contained in:
Sanosuke Kato
2022-10-30 21:08:09 +09:00
committed by GitHub
parent 517cdc4254
commit ef47ce96f2

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 /`