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

11 lines
170 B
Markdown

# mkdir
> Creates a directory.
- Create a directory:
`mkdir {{directory_name}}`
- Recursively create a nested directory tree:
`mkdir {{path/to/sub_directory_name}}`