639 B
639 B
cat
In PowerShell, this command may be an alias of
Get-Contentwhen the originalcatprogram (part ofcoreutils) is not properly installed. More information: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-content.
- View documentation for the original
catcommand:
tldr cat {{[-p|--platform]}} common
- View documentation for PowerShell's
Get-Contentcommand:
tldr get-content
- Check whether
catis properly installed by printing its version number. If this command evaluates into an error, PowerShell may have substituted this command withGet-Content:
cat --version