GNU coreutils
7 October 2002
manpages-ja
Japanese version of the manual pages (for users)
man-pages-ja
Japanese man (manual) pages from the Japanese Manual Project
coreutils
The basic file, shell and text manipulation utilities of the GNU operating system
coreutils-common
coreutils common optional components
coreutils-doc
Documentation for the GNU Core Utilities
名前
paste - 各ファイルの行を結合する
書式
paste [オプション]... [ファイル]...
説明
各ファイルから対応する行を順に読み出して、タブ区切りで区切って、標準出力に書き出します。
ファイルの指定がなかったり、 - であった場合, 標準入力から読み込みます。
長いオプションで必須となっている引数は短いオプションでも必須です。
-d, --delimiters=LIST | |
タブ文字の代わりに LIST の文字を区切りとして使用 | |
-s, --serial | |
一行毎ではなく、一度に 1 つのファイルを貼り付ける | |
-z, --zero-terminated | |
行の区切りを改行でなく NUL にする | |
--help | この使い方を表示して終了する |
--version | |
バージョン情報を表示して終了する |
作者
作者 David M. Ihnat および David MacKenzie。
著作権
Copyright © 2016 Free Software Foundation, Inc. ライセンス GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
関連項目
paste の完全なマニュアルは Texinfo マニュアルとして整備されている。もし、 info および paste のプログラムが正しくインストールされているならば、コマンド
を使用すると完全なマニュアルを読むことができるはずだ。
info paste |