HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

rd — This command is an alias of `rmdir` on the Command Prompt and `Remove-Item` in PowerShell.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandrmdirthisclialiasrd
windows

Problem

How to use the rd command: This command is an alias of rmdir on the Command Prompt and Remove-Item in PowerShell.

Solution

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

Code Snippets

View documentation for the original Command Prompt command

tldr rmdir

View documentation for the original PowerShell command

tldr remove-item

Context

tldr-pages: windows/rd

Revisions (0)

No revisions yet.