1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-18 05:55:45 +02:00
tldr/pages.nl/windows/rd.md

11 lines
273 B
Markdown

# rd
> Deze opdracht is een alias van `rmdir` op de Command Prompt (`cmd`), en vervolgens `Remove-Item` in PowerShell.
- Bekijk de documentatie van het originele commando:
`tldr rmdir`
- Bekijk de documentatie van het originele PowerShell commando:
`tldr remove-item`