Imported upstream version 1.5
[manpages-zh.git] / raw / man1 / tac.1
bloba7d16a93da4e08f641b18baae7a4519d35e7b2b0
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.022.
2 .TH TAC "1" "October 2003" "tac (coreutils) 5.0" FSF
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 bugs to <bug-coreutils@gnu.org>.
34 .SH COPYRIGHT
35 Copyright \(co 2003 Free Software Foundation, Inc.
36 .br
37 This is free software; see the source for copying conditions.  There is NO
38 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
39 .SH "SEE ALSO"
40 The full documentation for
41 .B tac
42 is maintained as a Texinfo manual.  If the
43 .B info
44 and
45 .B tac
46 programs are properly installed at your site, the command
47 .IP
48 .B info tac
49 .PP
50 should give you access to the complete manual.