OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / gnumaniak / draft / man1 / paste.1
1 .\" You may copy, distribute and modify under the terms of the LDP General
2 .\" Public License as specified in the LICENSE file that comes with the
3 .\" gnumaniak distribution
4 .\"
5 .\" The author kindly requests that no comments regarding the "better"
6 .\" suitability or up-to-date notices of any info documentation alternative
7 .\" is added without contacting him first.
8 .\"
9 .\" (C) 2002 Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com>
10 .\"
11 .\"     GNU paste man page
12 .\"     man pages are NOT obsolete!
13 .\"     <ragnar@ragnar-hojland.com>
14 .\"
15 .\" Japanese Version Copyright (c) 2000 NAKANO Takeo all rights reserved.
16 .\" Translated Sun 12 Mar 2000 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
17 .\"
18 .TH PASTE 1 "7 October 2002" "GNU textutils 2.1"
19 .\"O .SH NAME
20 .\"O \fBpaste\fR \- merge lines of files
21 .SH Ì¾Á°
22 paste \- ¥Õ¥¡¥¤¥ë¤ò¹Ôñ°Ì¤Ç¥Þ¡¼¥¸¤¹¤ë
23 .\"O .SH SYNOPSIS
24 .SH ½ñ¼°
25 .B paste
26 .RB [ \-s ]
27 .RB [ "\-d \fIDELIM\-LIST" ]
28 .RB [ \-\-delimiters=\fIDELIM\-LIST ]
29 .RB [ \-\-serial ]
30 .RI [ FILE... ]
31
32 .BR paste " [" \-\-help "] [" \-\-version ]
33 .\"O .SH DESCRIPTION
34 .SH ÀâÌÀ
35 .\"O .B paste
36 .\"O writes to standard output lines consisting of sequentially corresponding lines 
37 .\"O for each given
38 .\"O .IR FILE ,
39 .\"O separated by <TAB>.  If no
40 .\"O .I FILE
41 .\"O is given or if it is a
42 .\"O .RB ` \- ',
43 .\"O standard input is used for reading.
44 .B paste
45 ¤ÏÍ¿¤¨¤é¤ì¤¿¤½¤ì¤¾¤ì¤Î
46 .I FILE
47 ¤«¤é¡¢Æ±¤¸¹ÔÈÖ¹æ¤Î¹Ô¤òÏ¢·ë¤·¤Æɸ½à½ÐÎϤ˽ñ¤­½Ð¤¹¡£
48 ¶èÀÚ¤êʸ»ú¤Ë¤Ï <TAB> ¤¬ÍѤ¤¤é¤ì¤ë¡£
49 .I FILE
50 ¤¬°ì¤Ä¤âÍ¿¤¨¤é¤ì¤Ê¤¤¤Èɸ½àÆþÎϤ«¤éÆɤ߹þ¤à¡£¤Þ¤¿
51 .I FILE
52 ¤¬
53 .RB ` \- '
54 ¤À¤Ã¤¿¾ì¹ç¤Ë¤Ï¡¢¤½¤Î¥Õ¥¡¥¤¥ë¤Ë¤Ïɸ½àÆþÎϤ¬ÍѤ¤¤é¤ì¤ë¡£
55 .\"O .SH OPTIONS
56 .TP
57 .B \-d \fIDELIM\-LIST\fB, delimiters=\fIDELIM\-LIST
58 .\"O Consecutively use the characters in \fIDELIM\-LIST\fR instead of <TAB> to
59 .\"O separate merged lines.  When \fIDELIM\-LIST\fR is exhausted, start again
60 .\"O at its beginning.     
61 ¥Þ¡¼¥¸¤¹¤ë¥Õ¥¡¥¤¥ë´Ö¤Î¥»¥Ñ¥ì¡¼¥¿¤Ë¡¢ <TAB> ¤Ç¤Ï¤Ê¤¯
62 .I DELIM\-LIST
63 ¤ò½çÈÖ¤ËÍѤ¤¤ë¡£
64 .I DELIM\-LIST
65 ¤Îʸ»ú¤ò»È¤¤²Ì¤¿¤·¤¿¤é¡¢ºÆ¤ÓºÇ½é¤«¤éÍѤ¤¤Ï¤¸¤á¤ë¡£
66 .TP
67 .B \-s, \-\-serial
68 .\"O Paste the lines of one file at a time rather than one line from each file.
69 ³Æ¥Õ¥¡¥¤¥ë¤«¤é 1 ¹Ô¤Å¤ÄÆɤ߹þ¤à¤Î¤Ç¤Ï¤Ê¤¯¡¢
70 ¥Õ¥¡¥¤¥ëñ°Ì¤Ç 1 ¹Ô¤Ë¤Þ¤È¤á¤Æ¤¤¤¯¡£
71 .TP
72 .B "\-\-help"
73 .\"O Print a usage message on standard output and exit successfully.
74 ɸ½à½ÐÎϤ˻ÈÍÑÊýË¡¤Î¥á¥Ã¥»¡¼¥¸¤ò½ÐÎϤ·¤ÆÀµ¾ï½ªÎ»¤¹¤ë¡£
75 .TP
76 .B "\-\-version"
77 .\"O Print version information on standard output then exit successfully.
78 ɸ½à½ÐÎϤ˥С¼¥¸¥ç¥ó¾ðÊó¤ò½ÐÎϤ·¤ÆÀµ¾ï½ªÎ»¤¹¤ë¡£
79 .\"O .SH NOTES
80 .SH Ãí°Õ
81 .\"O Report bugs to bug-textutils@gnu.org.
82 .\"O .br
83 .\"O Man page by Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com>
84 ¥×¥í¥°¥é¥à¤Î¥Ð¥°¤Ë¤Ä¤¤¤Æ¤Ï bug-textutils@gnu.org ¤ËÊó¹ð¤·¤Æ¤¯¤À¤µ¤¤¡£
85 .br
86 man ¥Ú¡¼¥¸¤Ï Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com> ¤¬ºîÀ®¤·¤Þ¤·¤¿¡£