Penguin
Annotated edit history of cat(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 CAT
2 !!!CAT
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 AUTHOR
7 REPORTING BUGS
8 COPYRIGHT
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 cat - concatenate files and print on the standard output
15 !!SYNOPSIS
16
17
18 __cat__ [[''OPTION''] [[''FILE'']...
19 !!DESCRIPTION
20
21
22 Concatenate FILE(s), or standard input, to standard
23 output.
24
25
26 __-A__, __--show-all__
27
28
29 equivalent to __-vET__
30
31
32 __-b__, __--number-nonblank__
33
34
35 number nonblank output lines
36
37
38 __-e__
39
40
41 equivalent to __-vE__
42
43
44 __-E__, __--show-ends__
45
46
47 display $ at end of each line
48
49
50 __-n__, __--number__
51
52
53 number all output lines
54
55
56 __-r__, __--reversible__
57
58
59 use \ to make the output reversible, implies
60 __-v__
61
62
63 __-s__, __--squeeze-blank__
64
65
66 never more than one single blank line
67
68
69 __-t__
70
71
72 equivalent to __-vT__
73
74
75 __-T__, __--show-tabs__
76
77
78 display TAB characters as ^I
79
80
81 __-u__
82
83
84 (ignored)
85
86
87 __-v__, __--show-nonprinting__
88
89
90 use ^ and M- notation, except for LFD and TAB
91
92
93 __--help__
94
95
96 display this help and exit
97
98
99 __--version__
100
101
102 output version information and exit
103
104
105 With no FILE, or when FILE is -, read standard
106 input.
107 !!AUTHOR
108
109
110 Written by Torbjorn Granlund and Richard M.
111 Stallman.
112 !!REPORTING BUGS
113
114
115 Report bugs to
116 !!COPYRIGHT
117
118
119 Copyright 1999 Free Software Foundation, Inc.
120 This is free software; see the source for copying
121 conditions. There is NO warranty; not even for
122 MERCHANTABILITY or FITNESS FOR A PARTICULAR
123 PURPOSE.
124 !!SEE ALSO
125
126
127 The full documentation for __cat__ is maintained as a
128 Texinfo manual. If the __info__ and __cat__ programs
129 are properly installed at your site, the
130 command
131
132
133 __info cat__
134
135
136 should give you access to the complete manual.
137 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.