493 B
493 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.
- 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 -?