Scroll to navigation

PASTE(1) 使用者命令 PASTE(1)

名稱

paste - 合併檔案各行

概述

paste [選項]... [檔案列表]...

描述

從列表中的所有檔案,連續依次讀取一行,合併成新行,中間用 TAB 隔開,寫到標準輸出。

如果沒有指定檔案,或者指定檔案為“-”,則從標準輸入讀取。

必選引數對長短選項同時適用。

迴圈使用列表中的字元取代 TAB
不使用平行的行輸出模式,而是每個檔案佔用一行
以 NUL 作為行的分隔符,而非換行符
顯示此幫助資訊並退出
顯示版本資訊並退出

作者

由 David M. Ihnat 和 David MacKenzie 編寫。

報告錯誤

GNU coreutils 的線上幫助: <https://www.gnu.org/software/coreutils/>
請向 <https://translationproject.org/team/zh_CN.html> 報告翻譯錯誤。

版權

Copyright © 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <https://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.

參見

完整文件請見: <https://www.gnu.org/software/coreutils/paste>
或者在本地使用: info '(coreutils) paste invocation'

本頁面中文版由中文 man 手冊頁計劃提供。
中文 man 手冊頁計劃:https://github.com/man-pages-zh/manpages-zh

2020年三月 GNU coreutils 8.32