1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 12:55:23 +02:00
tldr/pages.nl/windows/rd.md

12 lines
373 B
Markdown

# rd
> Deze opdracht is een alias van `rmdir` op de Command Prompt (`cmd`), en vervolgens `Remove-Item` in PowerShell.
> Meer informatie: <https://learn.microsoft.com/windows-server/administration/windows-commands/rd>.
- Bekijk de documentatie van het originele commando:
`tldr rmdir`
- Bekijk de documentatie van het originele PowerShell commando:
`tldr remove-item`