comparison paste/paste.22312 @ 1026:9a4f41db9f00

<elliott> revert
author HackBot
date Mon, 10 Dec 2012 23:42:04 +0000
parents e037173e0012
children
comparison
equal deleted inserted replaced
1025:0678a4848c86 1026:9a4f41db9f00
1 Usage: cat [OPTION]... [FILE]...
2 Concatenate FILE(s), or standard input, to standard output.
3
4 -A, --show-all equivalent to -vET
5 -b, --number-nonblank number nonempty output lines
6 -e equivalent to -vE
7 -E, --show-ends display $ at end of each line
8 -n, --number number all output lines
9 -s, --squeeze-blank suppress repeated empty output lines
10 -t equivalent to -vT
11 -T, --show-tabs display TAB characters as ^I
12 -u (ignored)
13 -v, --show-nonprinting use ^ and M- notation, except for LFD and TAB
14 --help display this help and exit
15 --version output version information and exit
16
17 With no FILE, or when FILE is -, read standard input.
18
19 Examples:
20 cat f - g Output f's contents, then standard input, then g's contents.
21 cat Copy standard input to standard output.
22
23 Report cat bugs to bug-coreutils@gnu.org
24 GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
25 General help using GNU software: <http://www.gnu.org/gethelp/>
26 Report cat translation bugs to <http://translationproject.org/team/>
27 For complete documentation, run: info coreutils 'cat invocation'