OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / GNU_textutils / original / man1 / cat.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.012.
2 .TH CAT "1" "August 1999" "GNU textutils 2.0" FSF
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 .PP
10 .\" Add any additional description here
11 .PP
12 Concatenate FILE(s), or standard input, to standard output.
13 .TP
14 \fB\-A\fR, \fB\-\-show\-all\fR
15 equivalent to \fB\-vET\fR
16 .TP
17 \fB\-b\fR, \fB\-\-number\-nonblank\fR
18 number nonblank output lines
19 .TP
20 \fB\-e\fR
21 equivalent to \fB\-vE\fR
22 .TP
23 \fB\-E\fR, \fB\-\-show\-ends\fR
24 display $ at end of each line
25 .TP
26 \fB\-n\fR, \fB\-\-number\fR
27 number all output lines
28 .TP
29 \fB\-s\fR, \fB\-\-squeeze\-blank\fR
30 never more than one single blank line
31 .TP
32 \fB\-t\fR
33 equivalent to \fB\-vT\fR
34 .TP
35 \fB\-T\fR, \fB\-\-show\-tabs\fR
36 display TAB characters as ^I
37 .TP
38 \fB\-u\fR
39 (ignored)
40 .TP
41 \fB\-v\fR, \fB\-\-show\-nonprinting\fR
42 use ^ and M- notation, except for LFD and TAB
43 .TP
44 \fB\-\-help\fR
45 display this help and exit
46 .TP
47 \fB\-\-version\fR
48 output version information and exit
49 .PP
50 With no FILE, or when FILE is -, read standard input.
51 .SH "REPORTING BUGS"
52 Report bugs to <bug-textutils@gnu.org>.
53 .SH "SEE ALSO"
54 The full documentation for
55 .B cat
56 is maintained as a Texinfo manual.  If the
57 .B info
58 and
59 .B cat
60 programs are properly installed at your site, the command
61 .IP
62 .B info cat
63 .PP
64 should give you access to the complete manual.
65 .SH COPYRIGHT
66 Copyright \(co 1999 Free Software Foundation, Inc.
67 .br
68 This is free software; see the source for copying conditions.  There is NO
69 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.