HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

type — Display the contents of a file. More information: <https://learn.microsoft.com/windows-server/admini

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandcontentsclifiletypemoredisplay
windows

Problem

How to use the type command: Display the contents of a file. More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/type>.

Solution

type — Display the contents of a file. More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/type>.

Display the contents of a specific file:
type {{path\to\file}}

Code Snippets

Display the contents of a specific file

type {{path\to\file}}

Context

tldr-pages: windows/type

Revisions (0)

No revisions yet.