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 the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #11 (permalink)  
Old 10-23-2008
xerexes xerexes is offline
Registered User
  
 

Join Date: Oct 2008
Posts: 7
Hello Perderabo,

Many thanks for your help.

I've magaged to find an easier solution to my issue.
There is a program called Fdupes which removed duplicate files. It didn't seem to mind that the file paths/names had difficult characters.
The following fdupes tutuial was useful: fdupes Tutorial Life at the CLI
I've double checked the results with variations on the following command: find . -type f -exec md5sum {} \; | cut -d " " -f1 | sort | uniq ...... and both results seem to agree.

Just wanted to thank you for the assistance.

Best,

Roki