[CentOS] recursively find duplicate filenames

S Mathias smathias1972 at yahoo.com
Wed Jan 5 16:48:40 UTC 2011


"duplicate filenames"

-> duplicate filenames

--- On Wed, 1/5/11, Dominik Zyla <gavroche at gavroche.pl> wrote:

> From: Dominik Zyla <gavroche at gavroche.pl>
> Subject: Re: [CentOS] recursively find duplicate filenames
> To: centos at centos.org
> Date: Wednesday, January 5, 2011, 1:11 PM
> On Wed, Jan 05, 2011 at 03:15:03AM
> -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? 
> 
> What do you mean - duplicate? Duplicate by what? Name?
> Content?
> 
> -- 
> Dominik Zyla
> 
> 
> -----Inline Attachment Follows-----
> 
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> http://lists.centos.org/mailman/listinfo/centos
> 


      



More information about the CentOS mailing list