home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Media Share 9
/
MEDIASHARE_09.ISO
/
utility
/
fn32_13.zip
/
CAT.DOC
next >
Wrap
Text File
|
1992-09-13
|
1KB
|
17 lines
Usage: cat
[-bemnstuvAET] [+number] [+number-nonblank] [+silent] [+squeeze-blank]
[+show-nonprinting] [+show-ends] [+show-tabs] [+show-all] [file...]
Switch-----------------Meaning
b, +number-nonblank Number all nonblank output lines, 1 based.
e (requires -v) Display a '$' after the end of each line.
n, +number Number all output lines, 1 based.
s, +silent cat is silent about non-existent files.
m, +squeeze-blank Replace multiple adjacent blank lines with one.
t (requires -v) Display TAB and FF characters as '^I' and '^L'
u Ignored, output is always unbuffered.
v, +show-nonprinting Display control characters, enables -e and -t.
A, +show-all Equivalent to -vet.
E, +show-ends Equivalent to -ve, without the v chars.
T, +show-tabs Equivalent to -vt, without the v chars.