mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-05 06:44:13 +00:00
14 lines
306 B
Plaintext
14 lines
306 B
Plaintext
---
|
||
syntax: markdown
|
||
tags: [tldr, windows]
|
||
source: https://github.com/tldr-pages/tldr.git
|
||
---
|
||
# 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 oile}}`
|