OSDN Git Service

GNU_coreutils: Add a directory for a new translation.
[linuxjm/coreutils.git] / original / man1 / paste.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH PASTE "1" "April 2010" "GNU coreutils 8.5" "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 paste bugs to bug\-coreutils@gnu.org
32 .br
33 GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
34 .br
35 General help using GNU software: <http://www.gnu.org/gethelp/>
36 .br
37 Report paste translation bugs to <http://translationproject.org/team/>
38 .SH COPYRIGHT
39 Copyright \(co 2010 Free Software Foundation, Inc.
40 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
41 .br
42 This is free software: you are free to change and redistribute it.
43 There is NO WARRANTY, to the extent permitted by law.
44 .SH "SEE ALSO"
45 The full documentation for
46 .B paste
47 is maintained as a Texinfo manual.  If the
48 .B info
49 and
50 .B paste
51 programs are properly installed at your site, the command
52 .IP
53 .B info coreutils \(aqpaste invocation\(aq
54 .PP
55 should give you access to the complete manual.