mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 19:42:38 +00:00
17 lines
349 B
Plaintext
17 lines
349 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, windows]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# rd
|
|
|
|
> This command is an alias of `rmdir` on the Command Prompt and `Remove-Item` in PowerShell.
|
|
|
|
- View documentation for the original Command Prompt command:
|
|
|
|
`tldr rmdir`
|
|
|
|
- View documentation for the original PowerShell command:
|
|
|
|
`tldr remove-item`
|