mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
431 B
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 oftype. 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}}