[CentOS] recursively find duplicate filenames
Keith Roberts
keith at karsites.netWed Jan 5 12:39:30 UTC 2011
- Previous message: [CentOS] recursively find duplicate filenames
- Next message: [CentOS] recursively find duplicate filenames
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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] -----------------------------------------------------------------
- Previous message: [CentOS] recursively find duplicate filenames
- Next message: [CentOS] recursively find duplicate filenames
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list