cat Flashcards
1
Q
cat
A
Concatenate FILE(s) to standard output.
2
Q
cat
- A
- b
- e
- E
- n
A
- A, –show-all, Equivalent to -vET.
- b, –number-nonblank, Number nonempty output lines, overrides -n.
- e, Equivalent to -vE.
- E, –show-ends, Display $ at end of each line.
- n, –number, Number all output lines.
3
Q
cat
- s
- t
- T
- u
- v
A
- s, –squeeze-blank, Suppress repeated empty output lines.
- t, Equivalent to -vT
- T, –show-tabs, Display TAB characters as ^I
- u (ignored)
- v, –show-nonprinting, Use ^ and M- notation, except for LFD and TAB