1
0
Fork 0
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:
Managor 2025-08-11 02:33:19 +03:00 committed by GitHub
parent 1859a3e7bd
commit ae2e2c5191
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 *`