mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-12 13:15:41 +02:00
rmdir: add cleanup example (#17591)
This commit is contained in:
parent
1859a3e7bd
commit
ae2e2c5191
1 changed files with 4 additions and 0 deletions
|
@ -11,3 +11,7 @@
|
|||
- Remove specific nested directories recursively:
|
||||
|
||||
`rmdir {{[-p|--parents]}} {{path/to/directory1 path/to/directory2 ...}}`
|
||||
|
||||
- Clean a directory of empty directories:
|
||||
|
||||
`rmdir *`
|
||||
|
|
Loading…
Add table
Reference in a new issue