Files
cheatsheet-tldr/tldr/windows/rd
2024-11-11 00:17:49 +00:00

17 lines
359 B
Plaintext

---
syntax: markdown
tags: [tldr, windows]
source: https://github.com/tldr-pages/tldr.git
---
# rd
> This command is an alias of `rmdir` on Command Prompt, and subsequently `Remove-Item` in PowerShell.
- View documentation for the original Command Prompt command:
`tldr rmdir`
- View documentation for the original PowerShell command:
`tldr remove-item`