Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Calculate CRC32 checksums with cksum' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Calculate CRC32 checksums with cksum
Authored by: mweissen on Dec 30, '04 03:05:58AM

I always use openssl md5 instead. On machines with the Debian package manager installed (i.e. fink) there is also an md5sum command.

$ openssl md5 wxMac-2.5.3.tar.gz
MD5(wxMac-2.5.3.tar.gz)= 0dad0a8ac9657662f2543c567314a6e7
$ md5sum wxMac-2.5.3.tar.gz
0dad0a8ac9657662f2543c567314a6e7 wxMac-2.5.3.tar.gz

--Bud



[ Reply to This | # ]