OSDN Git Service

coreutils: Update to coreutils 8.21
[linuxjm/coreutils.git] / original / man1 / tac.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH TAC "1" "May 2014" "GNU coreutils 8.21" "User Commands"
3 .SH NAME
4 tac \- concatenate and print files in reverse
5 .SH SYNOPSIS
6 .B tac
7 [\fIOPTION\fR]... [\fIFILE\fR]...
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Write each FILE to standard output, last line first.
12 With no FILE, or when FILE is \-, read standard input.
13 .PP
14 Mandatory arguments to long options are mandatory for short options too.
15 .TP
16 \fB\-b\fR, \fB\-\-before\fR
17 attach the separator before instead of after
18 .TP
19 \fB\-r\fR, \fB\-\-regex\fR
20 interpret the separator as a regular expression
21 .TP
22 \fB\-s\fR, \fB\-\-separator\fR=\fISTRING\fR
23 use STRING as the separator instead of newline
24 .TP
25 \fB\-\-help\fR
26 display this help and exit
27 .TP
28 \fB\-\-version\fR
29 output version information and exit
30 .SH AUTHOR
31 Written by Jay Lepreau and David MacKenzie.
32 .SH "REPORTING BUGS"
33 Report tac bugs to bug\-coreutils@gnu.org
34 .br
35 GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
36 .br
37 General help using GNU software: <http://www.gnu.org/gethelp/>
38 .br
39 Report tac translation bugs to <http://translationproject.org/team/>
40 .SH COPYRIGHT
41 Copyright \(co 2013 Free Software Foundation, Inc.
42 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
43 .br
44 This is free software: you are free to change and redistribute it.
45 There is NO WARRANTY, to the extent permitted by law.
46 .SH "SEE ALSO"
47 \fBrev\fP(1)
48 .PP
49 The full documentation for
50 .B tac
51 is maintained as a Texinfo manual.  If the
52 .B info
53 and
54 .B tac
55 programs are properly installed at your site, the command
56 .IP
57 .B info coreutils \(aqtac invocation\(aq
58 .PP
59 should give you access to the complete manual.