The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 01-21-2008
varungupta varungupta is offline
Registered User
 

Join Date: Feb 2007
Location: Pune, Dehradun (INDIA), Michigan(US)
Posts: 187
Exclamation

Quote:
Originally Posted by dennis.jacob View Post
Try this:
Code:
comm -13 file1 file2
Code:
diff file1 file2 | awk '/^>/{print $2 }'

Could you please tell me why -13 is being used in comm command ?
Reply With Quote