mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 12:41:53 +00:00
14 lines
333 B
Plaintext
14 lines
333 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, windows]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# gal
|
|
|
|
> In PowerShell, this command is an alias of `Get-Alias`.
|
|
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/get-alias>.
|
|
|
|
- View documentation for the original command:
|
|
|
|
`tldr get-alias`
|