|
TYPE
TYPE is a program that will show the contents of a file
without opening it for editing.
Syntax
TYPE [drive:]pathname(s)
[drive:]pathname(s) : Specifies the location and name of
the file or files that you want to
view.
If more than one file is specified the filenames are
included in the output.
Separate multiple file names with spaces.
Examples
To display the contents of a lengthy file one screen at a
time:
type file.txt | more
Cmd Commands
|