1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/windows/get-location.md

10 lines
272 B
Markdown
Raw Normal View History

# 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`