windows/*: add, update PowerShell commands and aliases for Dutch translation (#11277)

This commit is contained in:
Sebastiaan Speck
2023-10-26 19:38:46 +02:00
committed by GitHub
parent 9856c5aec6
commit fe6c49b9bd
5 changed files with 90 additions and 10 deletions

View File

@@ -1,8 +1,13 @@
# rmdir
> Verwijdert een map en zijn inhoud.
> In PowerShell is deze opdracht een alias van `Remove-Item`. Deze documentatie is gebaseerd op de Command Prompt (`cmd`) versie van `rmdir`.
> Meer informatie: <https://learn.microsoft.com/windows-server/administration/windows-commands/rmdir>.
- Bekijk documentatie van het equivalente PowerShell-commando:
`tldr remove-item`
- Verwijder een lege map:
`rmdir {{pad/naar/map}}`