tldr/pages/windows/mkdir.md

13 lines
272 B
Markdown
Raw Normal View History

2018-06-24 17:42:10 +01:00
# mkdir
> Creates a directory.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/mkdir>.
2018-06-24 17:42:10 +01:00
- Create a directory:
2022-12-04 09:12:49 +00:00
`mkdir {{path/to/directory}}`
2018-06-24 17:42:10 +01:00
2022-10-29 01:33:27 +01:00
- Create a nested directory tree recursively:
2018-06-24 17:42:10 +01:00
2022-10-29 01:33:27 +01:00
`mkdir {{path/to/sub_directory}}`