Display the content of a file

Get-Content

  • Get the content of the item at the specified location.
    This command can only be used through PowerShell.
    More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-content>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

Get-Content -Path {{path/to/file}}

click the source code to copy