使用法: paste [オプション]... [ファイル]...
FILE の各行から, 一致する行をタブ文字で区切り, 順に標準出力に書き込みます.
FILE が指定されない, あるいは `-' を指定した場合には標準入力を読み込みます.
長いオプションに必須の引数は短いオプションにも必須です.
-d, --delimiters=LIST タブ文字の代わりに, LIST の文字を区切りとして使用
-s, --serial 一行毎ではなく, 一度に 1 つのファイルを貼付ける
--help この使い方を表示して終了
--version バージョン情報を表示して終了
Report paste bugs to bug-coreutils@gnu.org
GNU coreutils home page:
Usage: paste [OPTION]... [FILE]...
Write lines consisting of the sequentially corresponding lines from
each FILE, separated by TABs, to standard output.
With no FILE, or when FILE is -, read standard input.
Mandatory arguments to long options are mandatory for short options too.
-d, --delimiters=LIST reuse characters from LIST instead of TABs
-s, --serial paste one file at a time instead of in parallel
--help display this help and exit
--version output version information and exit
Report paste bugs to bug-coreutils@gnu.org
GNU coreutils home page:
PASTE(1) PASTE(1)
名前
paste - ファイルを行単位でマージする
書式
paste [-s] [-d DELIM-LIST] [--delimiters=DELIM-LIST] [--serial]
[FILE...]
paste [--help] [--version]
説明
paste は与えられたそれぞれの FILE から、同じ行番号の行を連結して標準 出
力に書き出す。区切り文字には
PASTE(1) User Commands PASTE(1)
NAME
paste - merge lines of files
SYNOPSIS
paste [OPTION]... [FILE]...
DESCRIPTION
Write lines consisting of the sequentially corresponding lines from
each FILE, separated by TABs, to standard output. With no FILE, or
when FILE is -, read standard input.
Mandatory arguments to long options are mandatory for short options
too.
-d, --delimiters=LIST
reuse characters from LIST instead of TABs
-s, --serial
paste one file at a time instead of in parallel
--help display this help and exit
--version
output version information and exit
AUTHOR
Written by David M. Ihnat and David MacKenzie.
REPORTING BUGS
Report paste bugs to bug-coreutils@gnu.org
GNU coreutils home page:
Copyright(C) linux-cmd.com All Rights Reserved. Author Takayuki Yukawa