1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 05:25:59 +02:00
tldr/pages.ja/windows/mkdir.md

362 B

mkdir

ディレクトリを作成します 詳しくはこちら: https://docs.microsoft.com/windows-server/administration/windows-commands/mkdir.

  • ディレクトリを作成します:

mkdir {{ディレクトリ名}}

  • ネストされたディレクトリツリーを再帰的に作成します:

mkdir {{サブディレクトリ名のパス}}