mirror of https://github.com/CrimsonTome/tldr.git
13 lines
362 B
Markdown
13 lines
362 B
Markdown
|
# mkdir
|
||
|
|
||
|
> ディレクトリを作成します
|
||
|
> 詳しくはこちら: <https://docs.microsoft.com/windows-server/administration/windows-commands/mkdir>.
|
||
|
|
||
|
- ディレクトリを作成します:
|
||
|
|
||
|
`mkdir {{ディレクトリ名}}`
|
||
|
|
||
|
- ネストされたディレクトリツリーを再帰的に作成します:
|
||
|
|
||
|
`mkdir {{サブディレクトリ名のパス}}`
|