1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 06:35:23 +02:00

windows/mkdir: add page (#2153)

This commit is contained in:
Starbeamrainbowlabs 2018-06-24 17:42:10 +01:00 committed by Owen Voke
parent fc3e1ecc5c
commit 1d11faab78

11
pages/windows/mkdir.md Normal file
View file

@ -0,0 +1,11 @@
# mkdir
> Creates a directory.
- Create a directory:
`mkdir {{directory_name}}`
- Recursively create a nested directory tree:
`mkdir {{path/to/sub_directory_name}}`