Subject: Re: why doesn't NetBSD ship with md5sum or sha1sum? To: None <netbsd-help@NetBSD.org> From: Ulrich Habel <uli@habel.name> List: netbsd-help Date: 04/21/2006 15:10:15
> Sure, mtree is great. But if you download some files and the
> corrresponding MD5 hash file it is no use...
>
for such things I use openssl.
/usr/bin/openssl md5 <filename>
Does it help in any way?
Uli