mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:42:09 +02:00
273 B
273 B
mkdir
Creates a directory. More information: https://docs.microsoft.com/windows-server/administration/windows-commands/mkdir.
- Create a directory:
mkdir {{directory_name}}
- Recursively create a nested directory tree:
mkdir {{path/to/sub_directory_name}}