rmdir, route: add Dutch translation (#13689)

This commit is contained in:
Sebastiaan Speck
2024-09-21 19:04:07 +02:00
committed by GitHub
parent 7a22869fb0
commit 687f9c3700
4 changed files with 71 additions and 0 deletions

13
pages.nl/linux/rmdir.md Normal file
View File

@@ -0,0 +1,13 @@
# rmdir
> Verwijder directories zonder bestanden.
> Zie ook: `rm`.
> Meer informatie: <https://www.gnu.org/software/coreutils/rmdir>.
- Verwijder specifieke directories:
`rmdir {{pad/naar/map1 pad/naar/map2 ...}}`
- Verwijder specifieke geneste directories recursief:
`rmdir --parents {{pad/naar/map1 pad/naar/map2 ...}}`