mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
mkdir: add command to insert multiple directories with example (#6326)
This commit is contained in:
parent
be4ab1bac3
commit
4fb5cb8408
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
|||
|
||||
`mkdir {{directory}}`
|
||||
|
||||
- Create multiple directories in the current directory:
|
||||
|
||||
`mkdir {{directory_1 directory_2 ...}}`
|
||||
|
||||
- Create directories recursively (useful for creating nested dirs):
|
||||
|
||||
`mkdir -p {{path/to/directory}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue