From owner-freebsd-questions@FreeBSD.ORG Wed Sep 12 23:16:59 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06F93106564A for ; Wed, 12 Sep 2012 23:16:59 +0000 (UTC) (envelope-from kline@thought.org) Received: from p3plsmtpa01-05.prod.phx3.secureserver.net (p3plsmtpa01-05.prod.phx3.secureserver.net [72.167.82.85]) by mx1.freebsd.org (Postfix) with SMTP id BA5B78FC14 for ; Wed, 12 Sep 2012 23:16:58 +0000 (UTC) Received: (qmail 25178 invoked from network); 12 Sep 2012 23:16:57 -0000 Received: from unknown (209.180.213.209) by p3plsmtpa01-05.prod.phx3.secureserver.net (72.167.82.85) with ESMTP; 12 Sep 2012 23:16:57 -0000 Date: Wed, 12 Sep 2012 16:16:56 -0700 From: Gary Kline To: RW Message-ID: <20120912231656.GG19460@ethic.thought.org> References: <20120911213804.GA9817@ethic.thought.org> <20120912011443.5df17cf2.freebsd@edvax.de> <50502C51.5020601@FreeBSD.org> <20120912174625.GA17551@ethic.thought.org> <20120912214704.GB19460@ethic.thought.org> <20120912233946.69d1d82d@gumby.homeunix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120912233946.69d1d82d@gumby.homeunix.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-questions@freebsd.org Subject: Re: cksum entire dir?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 23:16:59 -0000 On Wed, Sep 12, 2012 at 11:39:46PM +0100, RW wrote: > On Wed, 12 Sep 2012 14:47:04 -0700 > Gary Kline wrote: > > > On Wed, Sep 12, 2012 at 10:55:57AM -0700, Waitman Gobble wrote: > > > > are you sure it's not 'md5sum' ? ... that seems to be on all my > > > GNU/Linux machines. > > > > > > Waitman Gobble > > > San Jose California USA > > > > > > > yup, you be right. altho we have no md5 [[does FBSD?]], > > fedora does have md5sum. makes me wonder why this flavor didnt do at > > least a symlink. oh well. > > FreeBSD's md5 and GNU's md5sum don't behave the same. Specifically when > reading from stdin (as in a pipeline) md5 sensibly just outputs the hash > and a newline, whereas md5sum follows the hash with a "-" to indicate > stdin as the "filename". o ah shit. well, I spent at least ten years porting stuff--everything F'ing thing... So I'll have to find the md5 src and port it. then follow karl's example. and others'. [[[ See, this is just one example of taken proven code and adding something and breaking something ... ]]] > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"