The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM



Thread: list of files
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 08-10-2007
porter porter is offline
Registered User
 

Join Date: Jan 2007
Posts: 2,965
You could use "ssh ... find ..." to get the list of the files on both machines and use "diff" to give you the list of what the differences are.
Reply With Quote