mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
mkdir: add recursive directory creation example (#17172)
This commit is contained in:
@@ -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}}}`
|
||||
|
||||
Reference in New Issue
Block a user