Re: [gentoo-user] Patch file for cdrtools to allow --duplicates-once

2008-09-30 Thread Joerg Schilling
Neil Bothwick <[EMAIL PROTECTED]> wrote: > On Tue, 30 Sep 2008 12:38:16 -0400, Andrey Vul wrote: > > > However, I don't know how to use the output of "find cd-root -type f > > -or -type l | xargs sha1sum -b" to find duplicate files. Maybe someone > > can donate a perl/python script to find duplica

Re: [gentoo-user] Patch file for cdrtools to allow --duplicates-once

2008-09-30 Thread Neil Bothwick
On Tue, 30 Sep 2008 12:38:16 -0400, Andrey Vul wrote: > However, I don't know how to use the output of "find cd-root -type f > -or -type l | xargs sha1sum -b" to find duplicate files. Maybe someone > can donate a perl/python script to find duplicate files and list them? emerge -av app-misc/fdupes

Re: [gentoo-user] Patch file for cdrtools to allow --duplicates-once

2008-09-30 Thread Sascha Hlusiak
> However, I don't know how to use the output of "find cd-root -type f > -or -type l | xargs sha1sum -b" to find duplicate files. Maybe someone > can donate a perl/python script to find duplicate files and list them? find . -type f -print0 | xargs -0 -L 1 md5sum | sort | uniq -w 20 -D - Sascha

Re: [gentoo-user] Patch file for cdrtools to allow --duplicates-once

2008-09-30 Thread Joerg Schilling
"Andrey Vul" <[EMAIL PROTECTED]> wrote: > On Tue, Sep 30, 2008 at 6:25 AM, Joerg Schilling > <[EMAIL PROTECTED]> wrote: > > "Andrey Vul" <[EMAIL PROTECTED]> wrote: > > > >> Is there a patch file to patch mkisofs to use the --duplicates-once > >> option during generation of iso9960/UDF images? > >

Re: [gentoo-user] Patch file for cdrtools to allow --duplicates-once

2008-09-30 Thread Andrey Vul
On Tue, Sep 30, 2008 at 6:25 AM, Joerg Schilling <[EMAIL PROTECTED]> wrote: > "Andrey Vul" <[EMAIL PROTECTED]> wrote: > >> Is there a patch file to patch mkisofs to use the --duplicates-once >> option during generation of iso9960/UDF images? > > There is no such option. > > Could you explain your d

Re: [gentoo-user] Patch file for cdrtools to allow --duplicates-once

2008-09-30 Thread Joerg Schilling
"Andrey Vul" <[EMAIL PROTECTED]> wrote: > Is there a patch file to patch mkisofs to use the --duplicates-once > option during generation of iso9960/UDF images? There is no such option. Could you explain your desire? Jörg -- EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin

Re: [gentoo-user] Patch file for cdrtools to allow --duplicates-once

2008-09-29 Thread Dale
Andrey Vul wrote: > Is there a patch file to patch mkisofs to use the --duplicates-once > option during generation of iso9960/UDF images? > The problem is that the one that exists right now, the patch (against > the official sources) cannot be found because the original site > (bootcd.ru) is perman