cd: add Japanese translation (#9420)
This commit is contained in:
28
pages.ja/common/cd.md
Normal file
28
pages.ja/common/cd.md
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
# cd
|
||||||
|
|
||||||
|
> 現在の作業ディレクトリを変更します。
|
||||||
|
> 詳しくはこちら: <https://manned.org/cd>.
|
||||||
|
|
||||||
|
- 指定したディレクトリへ移動する:
|
||||||
|
|
||||||
|
`cd {{ディレクトリパス}}`
|
||||||
|
|
||||||
|
- カレントディレクトリの親ディレクトリへ移動する:
|
||||||
|
|
||||||
|
`cd ..`
|
||||||
|
|
||||||
|
- カレントユーザーのホームディレクトリへ移動する:
|
||||||
|
|
||||||
|
`cd`
|
||||||
|
|
||||||
|
- 指定したユーザーのホームディレクトリへ移動する:
|
||||||
|
|
||||||
|
`cd ~{{ユーザー名}}`
|
||||||
|
|
||||||
|
- 以前に選択されたディレクトリへ移動する:
|
||||||
|
|
||||||
|
`cd -`
|
||||||
|
|
||||||
|
- ルートディレクトリへ移動する:
|
||||||
|
|
||||||
|
`cd /`
|
Reference in New Issue
Block a user