recursively find duplicate filenames

Andre Robatino robatino at fedoraproject.org
Wed Jan 5 11:47:33 UTC 2011


S Mathias <smathias1972 <at> yahoo.com> writes:

> 
> find duplicate filenames in a folder
> find | perl -ne 's!([^/]+)$!lc $1!e; print if 1 == $seen{$_}++'
> 
> find duplicate filenames in a folder recursively
> ? how?

I haven't used it yet, but fdupes is probably what you want (yum install fdupes).

Description :
FDUPES is a program for identifying duplicate files residing within specified
directories.






More information about the users mailing list