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 -->
  #1 (permalink)  
Old 04-28-2008
mail2sant mail2sant is offline
Registered User
  
 

Join Date: Apr 2008
Location: bangalore
Posts: 69
redirect after the diff

hi,

i have 2 file of the same kind

file_old and file_new

there are few extra things added in new file

i want to make diff file_old file_new > file_update

( file_update are the new things added as compare to the old file )

i can i make it clearly . bcoz in diff it show all the diff among

could someone please help me in that.