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:
parent
fc3e1ecc5c
commit
1d11faab78
1 changed files with 11 additions and 0 deletions
11
pages/windows/mkdir.md
Normal file
11
pages/windows/mkdir.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue