recursively find duplicate filenames

Pierre Meurisse pierre.meurisse at laposte.net
Thu Jan 6 08:17:15 UTC 2011


Hi !

On Wed, Jan 05, 2011 at 03:15:07AM -0800, S Mathias wrote:
> 
> 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? 
> 
you can test the fdupes package.

Regards.

-- 
Pierre Meurisse




More information about the ubuntu-users mailing list