On Wed, 5 Jan 2011, S Mathias wrote: > To: centos at centos.org > From: S Mathias <smathias1972 at yahoo.com> > Subject: [CentOS] recursively find duplicate filenames > > 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? Try pinfo find Keith ----------------------------------------------------------------- Websites: http://www.karsites.net http://www.php-debuggers.net http://www.raised-from-the-dead.org.uk All email addresses are challenge-response protected with TMDA [http://tmda.net] -----------------------------------------------------------------