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 the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 04-29-2008
mail2sant mail2sant is offline
Registered User
  
 

Join Date: Apr 2008
Location: bangalore
Posts: 69
what i am looking is

for eg:

file_old contains

abc1
abc2
abc3
abc4

file_new contains

abc1
abc2
abc3
abc4
abc5
abc6

is if i run the diff

i want

abc5
abc6
to be displayed