mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-01 03:15:31 +02:00
12 lines
365 B
Markdown
12 lines
365 B
Markdown
# mkdir
|
|
|
|
> ディレクトリを作成します。
|
|
> もっと詳しく: <https://learn.microsoft.com/windows-server/administration/windows-commands/mkdir>。
|
|
|
|
- ディレクトリを作成します:
|
|
|
|
`mkdir {{ディレクトリ名}}`
|
|
|
|
- ネストされたディレクトリツリーを再帰的に作成します:
|
|
|
|
`mkdir {{サブディレクトリ名のパス}}`
|