2022-10-05 15:18:23 +01:00
|
|
|
# rd
|
|
|
|
|
2023-10-25 10:00:02 +01:00
|
|
|
> This command is an alias of `rmdir` on Command Prompt, and subsequently `Remove-Item` in PowerShell.
|
2022-10-05 15:18:23 +01:00
|
|
|
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/rd>.
|
|
|
|
|
2023-10-25 10:00:02 +01:00
|
|
|
- View documentation for the original Command Prompt command:
|
2022-10-05 15:18:23 +01:00
|
|
|
|
|
|
|
`tldr rmdir`
|
2023-10-25 10:00:02 +01:00
|
|
|
|
|
|
|
- View documentation for the original PowerShell command:
|
|
|
|
|
|
|
|
`tldr remove-item`
|