Sort contents of two files by viewing only duplicate line
sort file1 file2 | uniq -d
One thought on “Find Duplicate Lines”
Dean Kamali -
helped alot, I was trying to see if each of my generated csv files are uniq and it doesn’t contains duplicate content before importing them to archive database.
helped alot, I was trying to see if each of my generated csv files are uniq and it doesn’t contains duplicate content before importing them to archive database.
Thank you