1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.nl/common/rmdir.md
2025-03-31 02:21:37 +02:00

372 B

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 ...}}