OSDN Git Service

Convert release and draft pages to UTF-8.
[linuxjm/jm.git] / manual / gnumaniak / release / 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 .SH 名前
20 paste \- ファイルを行単位でマージする
21 .SH 書式
22 .B paste
23 .RB [ \-s ]
24 .RB [ "\-d \fIDELIM\-LIST" ]
25 .RB [ \-\-delimiters=\fIDELIM\-LIST ]
26 .RB [ \-\-serial ]
27 .RI [ FILE... ]
28
29 .BR paste " [" \-\-help "] [" \-\-version ]
30 .SH 説明
31 .B paste
32 は与えられたそれぞれの
33 .I FILE
34 から、同じ行番号の行を連結して標準出力に書き出す。
35 区切り文字には <TAB> が用いられる。
36 .I FILE
37 が一つも与えられないと標準入力から読み込む。また
38 .I FILE
39
40 .RB ` \- '
41 だった場合には、そのファイルには標準入力が用いられる。
42 .TP
43 .B \-d \fIDELIM\-LIST\fB, delimiters=\fIDELIM\-LIST
44 マージするファイル間のセパレータに、 <TAB> ではなく
45 .I DELIM\-LIST
46 を順番に用いる。
47 .I DELIM\-LIST
48 の文字を使い果たしたら、再び最初から用いはじめる。
49 .TP
50 .B \-s, \-\-serial
51 各ファイルから 1 行づつ読み込むのではなく、
52 ファイル単位で 1 行にまとめていく。
53 .TP
54 .B "\-\-help"
55 標準出力に使用方法のメッセージを出力して正常終了する。
56 .TP
57 .B "\-\-version"
58 標準出力にバージョン情報を出力して正常終了する。
59 .SH 注意
60 プログラムのバグについては bug-textutils@gnu.org に報告してください。
61 .br
62 man ページは Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com> が作成しました。