From owner-freebsd-questions@FreeBSD.ORG Wed Mar 30 03:29:41 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3370816A4CE for ; Wed, 30 Mar 2005 03:29:41 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB0E043D3F for ; Wed, 30 Mar 2005 03:29:40 +0000 (GMT) (envelope-from matt.kosht@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so7742wra for ; Tue, 29 Mar 2005 19:29:39 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=YURnzVmQUHk7Jmec6HaWr4AGytbK1s+1WWjmHZXkW+DDrod1KnH5GwtzHOxgxmP1rUb6r7aYHd77RInI1ZzQfglBcUjA2h0sTPzUJuFMXwB+yKmoLPDxMz7TAksEdjXFCmomKdrljPHzUKdJUUAd8cTKxfQ0eaYhlUca/3VZwfo= Received: by 10.54.37.69 with SMTP id k69mr40432wrk; Tue, 29 Mar 2005 19:29:39 -0800 (PST) Received: by 10.54.82.5 with HTTP; Tue, 29 Mar 2005 19:29:39 -0800 (PST) Message-ID: Date: Tue, 29 Mar 2005 22:29:39 -0500 From: Matt Kosht To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: md5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matt Kosht List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2005 03:29:41 -0000 Is there a simple way to compare the md5 checksum of a file, to a file that contains possibly more than one md5 checksum entry in it? Kind of like mdsum -c does?