Tizen 2.0 Release
[external/tizen-coreutils.git] / man / paste.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH PASTE "1" "March 2007" "GNU coreutils 6.9" "User Commands"
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 2007 Free Software Foundation, Inc.
34 .br
35 This is free software.  You may redistribute copies of it under the terms of
36 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
37 There is NO WARRANTY, to the extent permitted by law.
38 .SH "SEE ALSO"
39 The full documentation for
40 .B paste
41 is maintained as a Texinfo manual.  If the
42 .B info
43 and
44 .B paste
45 programs are properly installed at your site, the command
46 .IP
47 .B info paste
48 .PP
49 should give you access to the complete manual.