1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 17:55:23 +02:00
tldr/pages/windows/mkdir.md
2022-12-04 19:12:49 +10:00

272 B

mkdir

Creates a directory. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/mkdir.

  • Create a directory:

mkdir {{path/to/directory}}

  • Create a nested directory tree recursively:

mkdir {{path/to/sub_directory}}