The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 09-03-2007
fpmurphy fpmurphy is offline
Moderator
 

Join Date: Dec 2003
Location: /dev/fl
Posts: 1,119
Have a look at the dirdiff utility if it is available on your platform. Otherwise just write a small shell script to loop through each filename in the first directory use the diff utility to compare it to the same file in the second directory.
Reply With Quote