mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-28 06:15:26 +02:00
13 lines
372 B
Markdown
13 lines
372 B
Markdown
# rmdir
|
|
|
|
> Verwijder directories zonder bestanden.
|
|
> Bekijk ook: `rm`.
|
|
> Meer informatie: <https://www.gnu.org/software/coreutils/manual/html_node/rmdir-invocation.html>.
|
|
|
|
- Verwijder specifieke directories:
|
|
|
|
`rmdir {{pad/naar/map1 pad/naar/map2 ...}}`
|
|
|
|
- Verwijder specifieke geneste directories recursief:
|
|
|
|
`rmdir {{[-p|--parents]}} {{pad/naar/map1 pad/naar/map2 ...}}`
|