Compare contents of two files

Tagged with: , , , , ,

Compare contents of two files by deleting only unique lines from ‘file1′


comm -1 file1 file2

Leave a Reply