Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 May 1999 09:08:14 -0700
From:      Edwin Culp <eculp@MexComUSA.net>
To:        Andy Farkas <andyf@speednet.com.au>
Cc:        freebsd-isp@FreeBSD.ORG
Subject:   Re: duplicate file finder
Message-ID:  <3735B2EE.A0D14B2B@MexComUSA.net>
References:  <Pine.BSF.4.05.9905081823330.11309-100000@backup.zippynet.iol.net.au>

next in thread | previous in thread | raw e-mail | index | archive | help
Andy Farkas wrote:

> I know this belongs in -questions, but I dont read that list, so...
>
> Does anyone know of a proggy that finds duplicate files?
>
> I searched the archives, and only came up with questions, no answers..
>
> --
>

I often use find with a -exec cksum {} ;  with pipes to awk, sort and/or
uniq depending on what I really want to do and how large the directory
structure is.

ed

P.S. md5 would also work but is slower.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3735B2EE.A0D14B2B>