COMM(1) | 用戶命令 | COMM(1) |
comm - 按行比較兩個已排序的文件
comm [選項]... 文件1 文件2
逐行比較已排序的文件文件1 和文件2。
當文件1 或者文件2 中有且只有一個是“-”時,從標準輸入讀取。
如果不附帶選項,程序會生成三列輸出。第一列包含文件1 特有的行,第二列包含 文件2 特有的行,而第三列包含兩個文件共有的行。
注意,比較操作遵從“LC_COLLATE”所指定的規則
由 Richard M. Stallman 和 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/comm>
或者在本地使用: info
'(coreutils) comm invocation'
本頁面中文版由中文
man 手冊頁計劃提供。
中文 man
手冊頁計劃:https://github.com/man-pages-zh/manpages-zh
2020年三月 | GNU coreutils 8.32 |