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:

committed by
GitHub

parent
f1673431e1
commit
ab8e6f24c4
9
pages/windows/get-location.md
Normal file
9
pages/windows/get-location.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Get-Location
|
||||
|
||||
> Print name of current/working directory.
|
||||
> This command can only be run through PowerShell.
|
||||
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-location>.
|
||||
|
||||
- Print the current directory:
|
||||
|
||||
`Get-Location`
|
Reference in New Issue
Block a user