[Techtalk] interesting photo management problem-- weeding out duplicates

Little Girl littlergirl at gmail.com
Mon Apr 28 04:11:22 UTC 2014


Hey there,

R. Daneel Olivaw wrote:

> I'd go for a neat program called fslint.
> It's gui and finds duplicates.
> Lets you apply some fairly basic auto-choices for deletion.

I'll second this as a very nice program. It can do a whole lot more
than look for duplicates, too. It's a keeper! (:

Just for fun, though, here's the command I sometimes use in scripts:

find /PATH -type f -print0 | xargs -0 md5sum | sort | uniq
--all-repeated=separate -w32

-- 
Little Girl

There is no spoon.


More information about the Techtalk mailing list