From owner-freebsd-arch Mon Nov 8 0:15: 1 1999 Delivered-To: freebsd-arch@freebsd.org Received: from ns1.yes.no (ns1.yes.no [195.204.136.10]) by hub.freebsd.org (Postfix) with ESMTP id 41E9814C17 for ; Mon, 8 Nov 1999 00:14:58 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.3/8.9.3) with ESMTP id JAA14835 for ; Mon, 8 Nov 1999 09:14:57 +0100 (CET) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id JAA20401 for freebsd-arch@freebsd.org; Mon, 8 Nov 1999 09:14:56 +0100 (MET) Received: from ren.detir.qld.gov.au (ns.detir.qld.gov.au [203.46.81.66]) by hub.freebsd.org (Postfix) with ESMTP id 1E92D14F1D; Mon, 8 Nov 1999 00:14:47 -0800 (PST) (envelope-from syssgm@detir.qld.gov.au) Received: by ren.detir.qld.gov.au; id SAA03125; Mon, 8 Nov 1999 18:14:35 +1000 (EST) Received: from ogre.detir.qld.gov.au(167.123.8.3) by ren.detir.qld.gov.au via smap (3.2) id xma003118; Mon, 8 Nov 99 18:14:07 +1000 Received: from atlas.detir.qld.gov.au (atlas.detir.qld.gov.au [167.123.8.9]) by ogre.detir.qld.gov.au (8.8.8/8.8.7) with ESMTP id SAA24499; Mon, 8 Nov 1999 18:13:18 +1000 (EST) Received: from nymph.detir.qld.gov.au (nymph.detir.qld.gov.au [167.123.10.10]) by atlas.detir.qld.gov.au (8.8.5/8.8.5) with ESMTP id SAA19736; Mon, 8 Nov 1999 18:13:19 +1000 (EST) Received: from nymph.detir.qld.gov.au (localhost.detir.qld.gov.au [127.0.0.1]) by nymph.detir.qld.gov.au (8.8.8/8.8.7) with ESMTP id SAA25572; Mon, 8 Nov 1999 18:13:16 +1000 (EST) (envelope-from syssgm@nymph.detir.qld.gov.au) Message-Id: <199911080813.SAA25572@nymph.detir.qld.gov.au> To: "David O'Brien" Cc: arch@freebsd.org, Brian Fundakowski Feldman , syssgm@detir.qld.gov.au Subject: Re: new MD5 option References: <19991107223137.C29186@dragon.nuxi.com> In-Reply-To: <19991107223137.C29186@dragon.nuxi.com> from "David O'Brien" at "Sun, 07 Nov 1999 22:31:37 -0800" Date: Mon, 08 Nov 1999 18:13:16 +1000 From: Stephen McKay Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, 7th November 1999, "David O'Brien" wrote: >> > I am adding an option to md5 to reverse the order of output. >... >> MD5 (foo) = 1bfe5d8702009e431bad3862b79f5d95 >> MD5 (quux) = 8687c409c3cc95464d49a7c4dff71e73 >> >> They're less lined up, but they look a lot better to a human than >> >> MD5 1bfe5d8702009e431bad3862b79f5d95 foo >> MD5 8687c409c3cc95464d49a7c4dff71e73 quux BSDI use: 1bfe5d8702009e431bad3862b79f5d95 foo 8687c409c3cc95464d49a7c4dff71e73 quux That is, `hash space name'. No tabs. I think that is neater, cleaner, and all round better. I've always disliked the extraneous junk that comes out of our md5. Perhaps we can just throw the old one away? BTW, they also have a -q option to remove the file name from the output too, leaving a bare md5 hash. Useful. >I often MD5 compare two files who's pathname lengths are >*significantly* different from each other. While my "-r" output isn't >the most pretty, it is certainly easier for my eyes to run down the two >hashes to see if they match, than when one starts in column 20 and the >other in column 70. Think comparing installed files with the live file >system CDROM. I do this sort of comparison all the time too. The current md5 is inadequate. >When I use the flag 80% of the time I use the program, it starts to >become required in my eyes. I hope there is some way to make the new behaviour the default. Stephen. PS Are we discussing this on -arch simply because -current is too noisy? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message