Re: [OT] Re: recursively find duplicate filenames

2011-01-08 Thread g
On 01/08/2011 05:36 PM, Patrick O'Callaghan wrote: > As someone already said, this really looks like a lazy student trying to > get someone to do his homework. The best response is no response. i agree and why i posted what i did. and why i did not post what i found. :) also, why i now wish i h

Re: [OT] Re: recursively find duplicate filenames

2011-01-08 Thread Patrick O'Callaghan
On Sat, 2011-01-08 at 17:29 +, g wrote: > in fact, your first post appears to be to ubuntu, then later, you post > to fedora, debian, and centos, also. exact same wording. As someone already said, this really looks like a lazy student trying to get someone to do his homework. The best response

[OT] Re: recursively find duplicate filenames

2011-01-08 Thread g
On 01/05/2011 11:15 AM, S Mathias wrote: > find duplicate filenames in a folder s mathias, knowing that i have duplicate files on my own system that i would like to clear out, i decided to google to see what i could find. as it turned out, of all people to show up in search, there you are. i

Re: recursively find duplicate filenames

2011-01-07 Thread Jerry Feldman
On 01/05/2011 06:47 AM, Andre Robatino wrote: > S Mathias yahoo.com> writes: > >> 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? > I haven't used it yet, but fdupes is probably

Re: recursively find duplicate filenames

2011-01-05 Thread Mogens Kjaer
On 01/05/2011 12:47 PM, Andre Robatino wrote: ... >> find duplicate filenames in a folder recursively >> ? how? > > I haven't used it yet, but fdupes is probably what you want (yum install > fdupes). > > Description : > FDUPES is a program for identifying duplicate files residing within specified

Re: recursively find duplicate filenames

2011-01-05 Thread Andre Robatino
S Mathias yahoo.com> writes: > > 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? I haven't used it yet, but fdupes is probably what you want (yum install fdupes). Description

Re: recursively find duplicate filenames

2011-01-05 Thread g
On 01/05/2011 11:15 AM, S Mathias wrote: > find duplicate filenames in a folder folders are for msbsos users. directories are for unix and linux users. ;) a while back while file chasing thru some directory paths, i use; find | grep -i $1 -- peace out. tc.hago, g . in a free world

recursively find duplicate filenames

2011-01-05 Thread S Mathias
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? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org