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 -->
  #6 (permalink)  
Old 01-22-2008
dennis.jacob dennis.jacob is offline
dj -------
 

Join Date: Feb 2007
Location: Cochin/Bangalore, India
Posts: 447
Quote:
Originally Posted by varungupta View Post
Could you please tell me why -13 is being used in comm command ?


-1 suppress lines unique to left file

-2 suppress lines unique to right file

-3 suppress lines that appear in both files
Reply With Quote