catIn 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.
cat command:tldr cat {{[-p|--platform]}} common
Get-Content command:tldr get-content
cat is properly installed by printing its version number. If this command evaluates into an error, PowerShell may have substituted this command with Get-Content:cat --version