comm
Compare two sorted files line by line.
General
comm <(sort file1) <(sort file2)Examples
comm -12 file1 file2comm -3 file1 file2comm -23 file1 file2comm -13 file1 file2Reference
Last updated
Compare two sorted files line by line.
comm <(sort file1) <(sort file2)comm -12 file1 file2comm -3 file1 file2comm -23 file1 file2comm -13 file1 file2Last updated