On 18/06/10 14:23, Ian Porter wrote:
Did the find work well on finding duplicate files, I have allot of picture files that I need to sort out and delete duplicates.
The find approach as described just gets me a list of files to consider, sorted by filesize. I still need to write a script to go through each group of files that have the same filesize, and use md5sum to compare them, and then to decide which of the set of files I want to keep and which to remove....
For what you're describing, I think that fslint will actually be better, it's closer to what it is designed for.