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.
「|」で区切られた特定のフィールドを含む両方のファイルの各行を持つ 2 つのテキスト ファイルがあるとします。3 番目の列を使用してファイルを並べ替えた場合comm -23 file1.txt file2.txt > difference.txt、file1.txt に存在し、file2.txt に存在しない行が表示されますか?
comm -23 file1.txt file2.txt > difference.txt
前もって感謝します。