1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 14:22:07 +02:00
tldr/pages/windows/mkdir.md
2018-06-24 17:42:10 +01:00

170 B

mkdir

Creates a directory.

  • Create a directory:

mkdir {{directory_name}}

  • Recursively create a nested directory tree:

mkdir {{path/to/sub_directory_name}}