mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
606 B
606 B
gc
In PowerShell, this command is an alias of
Get-Content(equivalent tocat) when the originalgcprogram (https://graphviz.org/pdf/gc.1.pdf) is not installed. More information: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-content.
- View documentation for GraphViz's
gccommand:
tldr gc {{[-p|--platform]}} common
- View documentation for the PowerShell's
Get-Contentcommand:
tldr get-content
- Determine whether
gcis currently configured to GraphViz'sgcor PowerShell'sGet-Contentby printing its help documentation:
gc -?