OSDN Git Service

GNU_coreutils: Update originals to version 8.16.
[linuxjm/coreutils.git] / original / man1 / cat.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH CAT "1" "March 2012" "GNU coreutils 8.16" "User Commands"
3 .SH NAME
4 cat \- concatenate files and print on the standard output
5 .SH SYNOPSIS
6 .B cat
7 [\fIOPTION\fR]... [\fIFILE\fR]...
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Concatenate FILE(s), or standard input, to standard output.
12 .TP
13 \fB\-A\fR, \fB\-\-show\-all\fR
14 equivalent to \fB\-vET\fR
15 .TP
16 \fB\-b\fR, \fB\-\-number\-nonblank\fR
17 number nonempty output lines, overrides \fB\-n\fR
18 .TP
19 \fB\-e\fR
20 equivalent to \fB\-vE\fR
21 .TP
22 \fB\-E\fR, \fB\-\-show\-ends\fR
23 display $ at end of each line
24 .TP
25 \fB\-n\fR, \fB\-\-number\fR
26 number all output lines
27 .TP
28 \fB\-s\fR, \fB\-\-squeeze\-blank\fR
29 suppress repeated empty output lines
30 .TP
31 \fB\-t\fR
32 equivalent to \fB\-vT\fR
33 .TP
34 \fB\-T\fR, \fB\-\-show\-tabs\fR
35 display TAB characters as ^I
36 .TP
37 \fB\-u\fR
38 (ignored)
39 .TP
40 \fB\-v\fR, \fB\-\-show\-nonprinting\fR
41 use ^ and M\- notation, except for LFD and TAB
42 .TP
43 \fB\-\-help\fR
44 display this help and exit
45 .TP
46 \fB\-\-version\fR
47 output version information and exit
48 .PP
49 With no FILE, or when FILE is \-, read standard input.
50 .SH EXAMPLES
51 .TP
52 cat f \- g
53 Output f's contents, then standard input, then g's contents.
54 .TP
55 cat
56 Copy standard input to standard output.
57 .SH AUTHOR
58 Written by Torbjorn Granlund and Richard M. Stallman.
59 .SH "REPORTING BUGS"
60 Report cat bugs to bug\-coreutils@gnu.org
61 .br
62 GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
63 .br
64 General help using GNU software: <http://www.gnu.org/gethelp/>
65 .br
66 Report cat translation bugs to <http://translationproject.org/team/>
67 .SH COPYRIGHT
68 Copyright \(co 2012 Free Software Foundation, Inc.
69 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
70 .br
71 This is free software: you are free to change and redistribute it.
72 There is NO WARRANTY, to the extent permitted by law.
73 .SH "SEE ALSO"
74 \fBtac\fP(1)
75 .PP
76 The full documentation for
77 .B cat
78 is maintained as a Texinfo manual.  If the
79 .B info
80 and
81 .B cat
82 programs are properly installed at your site, the command
83 .IP
84 .B info coreutils \(aqcat invocation\(aq
85 .PP
86 should give you access to the complete manual.