mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 07:42:20 +00:00
15 lines
366 B
Plaintext
15 lines
366 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, windows]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|