annotate paste/paste.22312 @ 12257:1924fe176291 draft

<fizzie> ` sed -e \'s|wisdom|bin|\' < ../bin/cwlprits > ../bin/cblprits; chmod a+x ../bin/cblprits
author HackEso <hackeso@esolangs.org>
date Sat, 07 Dec 2019 23:36:53 +0000
parents e037173e0012
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e037173e0012 Initial import.
HackBot
parents:
diff changeset
1 Usage: cat [OPTION]... [FILE]...
e037173e0012 Initial import.
HackBot
parents:
diff changeset
2 Concatenate FILE(s), or standard input, to standard output.
e037173e0012 Initial import.
HackBot
parents:
diff changeset
3
e037173e0012 Initial import.
HackBot
parents:
diff changeset
4 -A, --show-all equivalent to -vET
e037173e0012 Initial import.
HackBot
parents:
diff changeset
5 -b, --number-nonblank number nonempty output lines
e037173e0012 Initial import.
HackBot
parents:
diff changeset
6 -e equivalent to -vE
e037173e0012 Initial import.
HackBot
parents:
diff changeset
7 -E, --show-ends display $ at end of each line
e037173e0012 Initial import.
HackBot
parents:
diff changeset
8 -n, --number number all output lines
e037173e0012 Initial import.
HackBot
parents:
diff changeset
9 -s, --squeeze-blank suppress repeated empty output lines
e037173e0012 Initial import.
HackBot
parents:
diff changeset
10 -t equivalent to -vT
e037173e0012 Initial import.
HackBot
parents:
diff changeset
11 -T, --show-tabs display TAB characters as ^I
e037173e0012 Initial import.
HackBot
parents:
diff changeset
12 -u (ignored)
e037173e0012 Initial import.
HackBot
parents:
diff changeset
13 -v, --show-nonprinting use ^ and M- notation, except for LFD and TAB
e037173e0012 Initial import.
HackBot
parents:
diff changeset
14 --help display this help and exit
e037173e0012 Initial import.
HackBot
parents:
diff changeset
15 --version output version information and exit
e037173e0012 Initial import.
HackBot
parents:
diff changeset
16
e037173e0012 Initial import.
HackBot
parents:
diff changeset
17 With no FILE, or when FILE is -, read standard input.
e037173e0012 Initial import.
HackBot
parents:
diff changeset
18
e037173e0012 Initial import.
HackBot
parents:
diff changeset
19 Examples:
e037173e0012 Initial import.
HackBot
parents:
diff changeset
20 cat f - g Output f's contents, then standard input, then g's contents.
e037173e0012 Initial import.
HackBot
parents:
diff changeset
21 cat Copy standard input to standard output.
e037173e0012 Initial import.
HackBot
parents:
diff changeset
22
e037173e0012 Initial import.
HackBot
parents:
diff changeset
23 Report cat bugs to bug-coreutils@gnu.org
e037173e0012 Initial import.
HackBot
parents:
diff changeset
24 GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
e037173e0012 Initial import.
HackBot
parents:
diff changeset
25 General help using GNU software: <http://www.gnu.org/gethelp/>
e037173e0012 Initial import.
HackBot
parents:
diff changeset
26 Report cat translation bugs to <http://translationproject.org/team/>
e037173e0012 Initial import.
HackBot
parents:
diff changeset
27 For complete documentation, run: info coreutils 'cat invocation'