OSDN Git Service

Update translations: chroot, csplit, dd, du, pwd
[linuxjm/coreutils.git] / original / man1 / cat.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.3.
2 .TH CAT "1" "January 2016" "GNU coreutils 8.25" "User Commands"
3 .SH NAME
4 cat \- concatenate files and print on the standard output
5 .SH SYNOPSIS
6 .B cat
7 [\fI\,OPTION\/\fR]... [\fI\,FILE\/\fR]...
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Concatenate FILE(s) to standard output.
12 .PP
13 With no FILE, or when FILE is \-, read standard input.
14 .TP
15 \fB\-A\fR, \fB\-\-show\-all\fR
16 equivalent to \fB\-vET\fR
17 .TP
18 \fB\-b\fR, \fB\-\-number\-nonblank\fR
19 number nonempty output lines, overrides \fB\-n\fR
20 .TP
21 \fB\-e\fR
22 equivalent to \fB\-vE\fR
23 .TP
24 \fB\-E\fR, \fB\-\-show\-ends\fR
25 display $ at end of each line
26 .TP
27 \fB\-n\fR, \fB\-\-number\fR
28 number all output lines
29 .TP
30 \fB\-s\fR, \fB\-\-squeeze\-blank\fR
31 suppress repeated empty output lines
32 .TP
33 \fB\-t\fR
34 equivalent to \fB\-vT\fR
35 .TP
36 \fB\-T\fR, \fB\-\-show\-tabs\fR
37 display TAB characters as ^I
38 .TP
39 \fB\-u\fR
40 (ignored)
41 .TP
42 \fB\-v\fR, \fB\-\-show\-nonprinting\fR
43 use ^ and M\- notation, except for LFD and TAB
44 .TP
45 \fB\-\-help\fR
46 display this help and exit
47 .TP
48 \fB\-\-version\fR
49 output version information and exit
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 GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
61 .br
62 Report cat translation bugs to <http://translationproject.org/team/>
63 .SH COPYRIGHT
64 Copyright \(co 2016 Free Software Foundation, Inc.
65 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
66 .br
67 This is free software: you are free to change and redistribute it.
68 There is NO WARRANTY, to the extent permitted by law.
69 .SH "SEE ALSO"
70 \fBtac\fP(1)
71 .PP
72 .br
73 Full documentation at: <http://www.gnu.org/software/coreutils/cat>
74 .br
75 or available locally via: info \(aq(coreutils) cat invocation\(aq