1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.id/windows/rd.md

13 lines
369 B
Markdown
Raw Normal View History

# rd
> Perintah ini merupakan alias dari `rmdir` dalam Command Prompt, serta `Remove-Item` dalam PowerShell.
> Informasi lebih lanjut: <https://learn.microsoft.com/windows-server/administration/windows-commands/rd>.
- Tampilkan dokumentasi untuk perintah asli Command Prompt:
`tldr rmdir`
- Tampilkan dokumentasi untuk perintah asli PowerShell:
`tldr remove-item`