1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 13:06:00 +02:00
tldr/pages.nl/common/rmdir.md

14 lines
356 B
Markdown
Raw Normal View History

# 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 {{pad/naar/map1 pad/naar/map2 ...}}`