windows/*: add PowerShell pwd and mv equivalents (#11342)

* windows/*: add PowerShell pwd and mv equivalents

* move-item: simplify examples

* move-item: fix typo

* get-location, move-item: add PowerShell-only notice
This commit is contained in:
Reinhart Previano Koentjoro
2023-11-01 08:29:01 +07:00
committed by GitHub
parent f1673431e1
commit ab8e6f24c4
7 changed files with 117 additions and 0 deletions

8
pages/windows/gl.md Normal file
View File

@@ -0,0 +1,8 @@
# gl
> In PowerShell, this command is an alias of `Get-Location`.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-location>.
- View documentation for the original command:
`tldr get-location`