Sort contents of two files by viewing only duplicate line
sort file1 file2 | uniq -d
Posted in Command Line, Linux | No Comments »