librelist archives

« back to archive

md5sum on Mac

md5sum on Mac

From:
Mike Laidlaw
Date:
2011-12-28 @ 21:09
 From Learn C the Hard Way ch 5 exercise 4 example:

Minor issue, but at least on my Mac OS X 10.6, there doesn't seem to be 
a md5sum command available. I was able to quickly google and find out that

md5 -r

works essentially the same (?) as per the reference at the bottom of the 
text:
http://raamdev.com/2008/howto-install-md5sum-sha1sum-on-mac-os-x/

Re: [lcthw] md5sum on Mac

From:
Sean M. Collins
Date:
2011-12-29 @ 06:09
On Wed, Dec 28, 2011 at 01:09:13PM -0800, Mike Laidlaw wrote:
> Minor issue, but at least on my Mac OS X 10.6, there doesn't seem to be 
> a md5sum command available. 

md5sum is part of the gnu core utils, so none of the BSDs (including OS X)
will have it out of the box.

-- 
Sean M. Collins

Unsubscribe

From:
Nathaniel Anderson
Date:
2011-12-28 @ 21:10
I would like to unsubscribe.

On Dec 28, 2011, at 3:09 PM, Mike Laidlaw <doc@drlaidlaw.com> wrote:

> From Learn C the Hard Way ch 5 exercise 4 example:
>
> Minor issue, but at least on my Mac OS X 10.6, there doesn't seem to be
> a md5sum command available. I was able to quickly google and find out that
>
> md5 -r
>
> works essentially the same (?) as per the reference at the bottom of the
> text:
> http://raamdev.com/2008/howto-install-md5sum-sha1sum-on-mac-os-x/