mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 20:01:32 +00:00
Update cheatsheets
This commit is contained in:
@@ -19,3 +19,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
- 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