mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 07:41:50 +00:00
14 lines
335 B
Plaintext
14 lines
335 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, windows]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# mi
|
|
|
|
> In PowerShell, this command is an alias of `Move-Item`.
|
|
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/move-item>.
|
|
|
|
- View documentation for the original command:
|
|
|
|
`tldr move-item`
|