mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-19 05:15:28 +02:00
mkdir: add recursive directory creation example (#17172)
This commit is contained in:
parent
a3dc6c0bf8
commit
58cb0d3018
1 changed files with 4 additions and 0 deletions
|
@ -14,3 +14,7 @@
|
|||
- Create directories with specific permissions:
|
||||
|
||||
`mkdir {{[-m|--mode]}} {{rwxrw-r--}} {{path/to/directory1 path/to/directory2 ...}}`
|
||||
|
||||
- Create multiple nested directories recursively:
|
||||
|
||||
`mkdir {{[-p|--parents]}} {{path/to/{a,b}/{x,y,z}/{h,i,j}}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue