Imported upstream version 1.5
[manpages-zh.git] / raw / man1 / paste.1
blob331280831751cc0cf91393e632c0e3182f4aab2f
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.022.
2 .TH PASTE "1" "October 2003" "paste (coreutils) 5.0" FSF
3 .SH NAME
4 paste \- merge lines of files
5 .SH SYNOPSIS
6 .B paste
7 [\fIOPTION\fR]... [\fIFILE\fR]...
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Write lines consisting of the sequentially corresponding lines from
12 each FILE, separated by TABs, to standard output.
13 With no FILE, or when FILE is -, read standard input.
14 .PP
15 Mandatory arguments to long options are mandatory for short options too.
16 .TP
17 \fB\-d\fR, \fB\-\-delimiters\fR=\fILIST\fR
18 reuse characters from LIST instead of TABs
19 .TP
20 \fB\-s\fR, \fB\-\-serial\fR
21 paste one file at a time instead of in parallel
22 .TP
23 \fB\-\-help\fR
24 display this help and exit
25 .TP
26 \fB\-\-version\fR
27 output version information and exit
28 .SH AUTHOR
29 Written by David M. Ihnat and David MacKenzie.
30 .SH "REPORTING BUGS"
31 Report bugs to <bug-coreutils@gnu.org>.
32 .SH COPYRIGHT
33 Copyright \(co 2003 Free Software Foundation, Inc.
34 .br
35 This is free software; see the source for copying conditions.  There is NO
36 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
37 .SH "SEE ALSO"
38 The full documentation for
39 .B paste
40 is maintained as a Texinfo manual.  If the
41 .B info
42 and
43 .B paste
44 programs are properly installed at your site, the command
45 .IP
46 .B info paste
47 .PP
48 should give you access to the complete manual.