Type
Index Prev Next
Type {<file | pattern>} [TO <name>] [OPT H | N] [HEX | NUMBER]
FROM/A/M,TO/K,OPT/K,HEX/S,NUMBER/S
Displays content of a file
FROM -- one or more files to display
TO -- print output to file
OPT -- H or N (see HEX or NUMBER)
HEX -- displays output in hexadecimal format
NUMBER -- the lines are numbered
HEX and NUMBER are mutually exclusive
Type abc.txt
Type xyz.dat HEX
|