comm file1 file2 //find the common part of file1 and file2
diff file1 file2 //find the different part of file1 and file2
uniq file1 //find duplicate lines in file1, the duplicate lines should be contiguous
sort file1 //sort the file1 by alphabet
Jan 16, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment