Archive for May 21st, 2008

Find Duplicate Lines

Sort contents of two files by viewing only duplicate line


sort file1 file2 | uniq -d