Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windows の場合のようなものcommです (いいえ、これだけのために Cygwin をインストールするのは良い考えではありません。) 一度に 2 つ以上のファイルを比較できるようになれば素晴らしいことです。2 つのファイルの例:
comm
ファイル1:
foo1 foo2 foo3 bar
ファイル 2:
bar foo2
出力:
foo2 bar
(または逆の順序で)。空白は無視する必要はありません (無視することはできます)。すでに正規化されています。
CoreUtils for Windows