mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-29 22:35:29 +02:00
11 lines
262 B
Markdown
11 lines
262 B
Markdown
# rd
|
|
|
|
> Perintah ini merupakan alias dari `rmdir` dalam Command Prompt, serta `Remove-Item` dalam PowerShell.
|
|
|
|
- Tampilkan dokumentasi untuk perintah asli Command Prompt:
|
|
|
|
`tldr rmdir`
|
|
|
|
- Tampilkan dokumentasi untuk perintah asli PowerShell:
|
|
|
|
`tldr remove-item`
|