mirror of https://github.com/CrimsonTome/tldr.git
10 lines
272 B
Markdown
10 lines
272 B
Markdown
|
# 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`
|