cmd, mkdir, mklink, find, dir, clip: add Japanese translation (#4580)

This commit is contained in:
NL Sum
2020-10-10 07:51:36 +08:00
committed by GitHub
parent 8994f18ea4
commit 07417ed646
6 changed files with 128 additions and 0 deletions

12
pages.ja/windows/mkdir.md Normal file
View File

@@ -0,0 +1,12 @@
# mkdir
> ディレクトリを作成します
> 詳しくはこちら: <https://docs.microsoft.com/windows-server/administration/windows-commands/mkdir>.
- ディレクトリを作成します:
`mkdir {{ディレクトリ名}}`
- ネストされたディレクトリツリーを再帰的に作成します:
`mkdir {{サブディレクトリ名のパス}}`