On Wed, 5 Jan 2011, S Mathias wrote: > To: [email protected] > From: S Mathias <[email protected]> > 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] ----------------------------------------------------------------- _______________________________________________ CentOS mailing list [email protected] http://lists.centos.org/mailman/listinfo/centos

