File: paste.1

package info (click to toggle)
manpages-ja 0.5.0.0.20120606-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 25,964 kB
  • sloc: perl: 161; makefile: 116
file content (62 lines) | stat: -rw-r--r-- 2,144 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
.\" You may copy, distribute and modify under the terms of the LDP General
.\" Public License as specified in the LICENSE file that comes with the
.\" gnumaniak distribution
.\"
.\" The author kindly requests that no comments regarding the "better"
.\" suitability or up-to-date notices of any info documentation alternative
.\" is added without contacting him first.
.\"
.\" (C) 2002 Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com>
.\"
.\"	GNU paste man page
.\"	man pages are NOT obsolete!
.\"	<ragnar@ragnar-hojland.com>
.\"
.\" Japanese Version Copyright (c) 2000 NAKANO Takeo all rights reserved.
.\" Translated Sun 12 Mar 2000 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
.\"
.TH PASTE 1 "7 October 2002" "GNU textutils 2.1"
.SH 名前
paste \- ファイルを行単位でマージする
.SH 書式
.B paste
.RB [ \-s ]
.RB [ "\-d \fIDELIM\-LIST" ]
.RB [ \-\-delimiters=\fIDELIM\-LIST ]
.RB [ \-\-serial ]
.RI [ FILE... ]

.BR paste " [" \-\-help "] [" \-\-version ]
.SH 説明
.B paste
は与えられたそれぞれの
.I FILE
から、同じ行番号の行を連結して標準出力に書き出す。
区切り文字には <TAB> が用いられる。
.I FILE
が一つも与えられないと標準入力から読み込む。また
.I FILE
.RB ` \- '
だった場合には、そのファイルには標準入力が用いられる。
.TP
.B \-d \fIDELIM\-LIST\fB, delimiters=\fIDELIM\-LIST
マージするファイル間のセパレータに、 <TAB> ではなく
.I DELIM\-LIST
を順番に用いる。
.I DELIM\-LIST
の文字を使い果たしたら、再び最初から用いはじめる。
.TP
.B \-s, \-\-serial
各ファイルから 1 行づつ読み込むのではなく、
ファイル単位で 1 行にまとめていく。
.TP
.B "\-\-help"
標準出力に使用方法のメッセージを出力して正常終了する。
.TP
.B "\-\-version"
標準出力にバージョン情報を出力して正常終了する。
.SH 注意
プログラムのバグについては bug-textutils@gnu.org に報告してください。
.br
man ページは Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com> が作成しました。