TYPE
suggest changePrints the content of a file or files to the output.
Examples:
type filename.txt
type a.txt b.txt
type *.txt
type NUL > tmp.txt
- Create an empty file (blank file).
In Unix: cat
Links:
$ type /?
Displays the contents of a text file or files.
TYPE [drive:][path]filename
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents