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 -->
  #3 (permalink)  
Old 02-13-2007
singhald007 singhald007 is offline
Registered User
  
 

Join Date: Feb 2007
Posts: 2
I want to record the difference in the content of files in different directorys

Hi hegemaro

diff /tmp/input1.lst /tmp/input2.lst

is not giving any output. beacuse it is having the same file name in both of the list. i want to print the filename along wiht the path, which having diffrent contents, could u please giv me any idea how can we do this ..

Singhal