Files
cheatsheet-tldr/tldr/windows/rm

14 lines
341 B
Plaintext

---
syntax: markdown
tags: [tldr, windows]
source: https://github.com/tldr-pages/tldr.git
---
# rm
> In PowerShell, this command is an alias of `Remove-Item`.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/remove-item>.
- View documentation for the original command:
`tldr remove-item`