assoc, attrib, cd, choco-apikey, choco-feature, choco-info, choco, cls: add Japanese translation (#4607)
This commit is contained in:
20
pages.ja/windows/cd.md
Normal file
20
pages.ja/windows/cd.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# cd
|
||||
|
||||
> 現在の作業ディレクトリの名前を表示するか、現在の作業ディレクトリを変更します
|
||||
> 詳しくはこちら: <https://docs.microsoft.com/windows-server/administration/windows-commands/cd>.
|
||||
|
||||
- 同じドライブ内のディレクトリに移動します:
|
||||
|
||||
`cd {{ディレクトリパス}}`
|
||||
|
||||
- 現在のディレクトリの名前を表示します:
|
||||
|
||||
`cd`
|
||||
|
||||
- 現在のディレクトリの親に移動します:
|
||||
|
||||
`cd ..`
|
||||
|
||||
- 別のドライブのディレクトリに移動します:
|
||||
|
||||
`cd {{ディレクトリパス}} /d`
|
Reference in New Issue
Block a user