mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 06:42:54 +00:00
13 lines
230 B
Plaintext
13 lines
230 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, windows]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# gl
|
|
|
|
> In PowerShell, this command is an alias of `Get-Location`.
|
|
|
|
- View documentation for the original command:
|
|
|
|
`tldr get-location`
|