Ross Mohn <[EMAIL PROTECTED]> once said: > OK, I've only used MD5 before. I can visually see that the output of > "openssl dgs -sha1 wmii-3.tar.gz" matches what's in > wmii-3.tar.gz.sha1sum, but how do I automate/script that? Do I need > a .pem file for a public key? > Thanks -RPM
hget http://wmii.net/download/wmii-3.tar.gz.sha1sum | sha1sum -c or if you don't have hget (it's a p9p app), do: wget -q -O - http://wmii.net/download/wmii-3.tar.gz.sha1sum | sha1sum -c regards, ality -- "The right to be left alone is indeed the beginning of all freedom." _______________________________________________ [email protected] mailing list http://wmii.de/cgi-bin/mailman/listinfo/wmii
