lines only in a single file
With sorted file1 and file2, shows lines in file1 which have no corresponding line in file2:
comm -2 -3 file1 file2
With sorted file1 and file2, shows lines in file1 which have no corresponding line in file2:
comm -2 -3 file1 file2