Files
2026-04-05 09:25:53 +10:00

431 B

type

Display the contents of a file. In PowerShell, this command is an alias of Get-Content. This documentation is based on the Command Prompt (cmd) version of type. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/type.

  • View documentation of the equivalent PowerShell command:

tldr get-content

  • Display the contents of a specific file:

type {{path\to\file}}