Re: Finding Duplicat files?

Bob Paddock <[email protected]> Sat, 2 Nov 2002 15:37:29 -0500
Newsgroups gmane.linux.gentoo.newbies
Organization The Designer-III Company http://www.designer-iii.com/
Message-ID <[email protected]>
> I found this on http://groups.google when searching for "find dupicate
> files group:*linux*"

> This is my first attempt at it, but it seems to work:
>
> find . -type f -exec sum --sysv {} \; | sed 's/\..*\///' | sort | uniq =
-d

> This will take ages if you do it from / -

Considering that it is still running after many hours....I went digging a=
nd=20
found this:

FDUPES is a program for identifying or deleting duplicate files residing=20
within specified directories.

http://netdial.caribe.net/~adrian2/fdupes.html

--=20
      http://www.unusualresearch.com/ http://www.bpaddock.com/