public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Sascha Hlusiak <saschahlusiak@arcor.de>
To: gentoo-user@lists.gentoo.org
Cc: "Andrey Vul" <andrey.vul@gmail.com>
Subject: Re: [gentoo-user] Patch file for cdrtools to allow --duplicates-once
Date: Tue, 30 Sep 2008 18:55:26 +0200	[thread overview]
Message-ID: <200809301855.27294.saschahlusiak@arcor.de> (raw)
In-Reply-To: <e38d12ff0809300938o3b733010ndbca5542e2773eea@mail.gmail.com>

> 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





  parent reply	other threads:[~2008-09-30 16:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-30  2:32 [gentoo-user] Patch file for cdrtools to allow --duplicates-once Andrey Vul
2008-09-30  2:49 ` Dale
2008-09-30 10:25 ` Joerg Schilling
2008-09-30 16:38   ` Andrey Vul
2008-09-30 16:46     ` Joerg Schilling
2008-09-30 16:55     ` Sascha Hlusiak [this message]
2008-09-30 19:23     ` Neil Bothwick
2008-09-30 22:11       ` Joerg Schilling

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200809301855.27294.saschahlusiak@arcor.de \
    --to=saschahlusiak@arcor.de \
    --cc=andrey.vul@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox