<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Mac OS X: Replicating md5sum Output Format</title>
	<atom:link href="http://solidstateraam.com/mac-os-x-replicating-md5sum-output-format/feed/" rel="self" type="application/rss+xml" />
	<link>http://solidstateraam.com/mac-os-x-replicating-md5sum-output-format/</link>
	<description>Explorations (and exploitations) of the digital world by one of its many netizens.</description>
	<lastBuildDate>Thu, 08 Dec 2011 19:36:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Raam</title>
		<link>http://solidstateraam.com/mac-os-x-replicating-md5sum-output-format/comment-page-1/#comment-206</link>
		<dc:creator>Raam</dc:creator>
		<pubDate>Thu, 02 Jun 2011 08:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://solidstateraam.com/?p=492#comment-206</guid>
		<description>Glad to help, Carl!</description>
		<content:encoded><![CDATA[<p>Glad to help, Carl!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raam</title>
		<link>http://solidstateraam.com/mac-os-x-replicating-md5sum-output-format/comment-page-1/#comment-205</link>
		<dc:creator>Raam</dc:creator>
		<pubDate>Thu, 02 Jun 2011 08:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://solidstateraam.com/?p=492#comment-205</guid>
		<description>Thanks for the tip, Mark! :)</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, Mark! <img src='http://solidstateraam.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl</title>
		<link>http://solidstateraam.com/mac-os-x-replicating-md5sum-output-format/comment-page-1/#comment-204</link>
		<dc:creator>Carl</dc:creator>
		<pubDate>Thu, 02 Jun 2011 08:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://solidstateraam.com/?p=492#comment-204</guid>
		<description>Awesome! Thank you so much :)</description>
		<content:encoded><![CDATA[<p>Awesome! Thank you so much <img src='http://solidstateraam.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark F Guerra</title>
		<link>http://solidstateraam.com/mac-os-x-replicating-md5sum-output-format/comment-page-1/#comment-203</link>
		<dc:creator>Mark F Guerra</dc:creator>
		<pubDate>Thu, 02 Jun 2011 01:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://solidstateraam.com/?p=492#comment-203</guid>
		<description>I noticed that &#039;md5sum&#039; on debian\ubuntu includes two spaces between the hash and the filename. On my Leopard mac, &#039;md5 -r&#039; has only one space between the columns. 

So look out if your script parses the output of md5 in a way that relies on that second space being present. In that case you should update your script to compensate, or otherwise somehow get the mac to include an additional space.</description>
		<content:encoded><![CDATA[<p>I noticed that &#8216;md5sum&#8217; on debian\ubuntu includes two spaces between the hash and the filename. On my Leopard mac, &#8216;md5 -r&#8217; has only one space between the columns. </p>
<p>So look out if your script parses the output of md5 in a way that relies on that second space being present. In that case you should update your script to compensate, or otherwise somehow get the mac to include an additional space.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raam</title>
		<link>http://solidstateraam.com/mac-os-x-replicating-md5sum-output-format/comment-page-1/#comment-173</link>
		<dc:creator>Raam</dc:creator>
		<pubDate>Mon, 29 Nov 2010 13:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://solidstateraam.com/?p=492#comment-173</guid>
		<description>Hi MKB,

Does the temp.pdf file exist in the same directory as the 1.txt file? The md5sum program will read 1.txt and then look for temp.pdf in the current directory so that it can validate it.</description>
		<content:encoded><![CDATA[<p>Hi MKB,</p>
<p>Does the temp.pdf file exist in the same directory as the 1.txt file? The md5sum program will read 1.txt and then look for temp.pdf in the current directory so that it can validate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MKB</title>
		<link>http://solidstateraam.com/mac-os-x-replicating-md5sum-output-format/comment-page-1/#comment-166</link>
		<dc:creator>MKB</dc:creator>
		<pubDate>Thu, 09 Sep 2010 08:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://solidstateraam.com/?p=492#comment-166</guid>
		<description>I have an issue. On giving the following on the prompt:
md5sum -c 1.txt

I get the report as:


usage: md5sum [-bv] [-c [file]] &#124; [file...]
Generates or checks MD5 Message Digests
    -c  check message digests (default is generate)
    -v  verbose, print file names when checking
    -b  read files in binary mode
The input for -c should be the list of message digests and file names
that is printed on stdout by this program when it generates digests.

What am I doing wrong. Please note the content of 1.txt is as below:

2e399d5b1db279126728ffac439cfe2c  temp.pdf</description>
		<content:encoded><![CDATA[<p>I have an issue. On giving the following on the prompt:<br />
md5sum -c 1.txt</p>
<p>I get the report as:</p>
<p>usage: md5sum [-bv] [-c [file]] | [file...]<br />
Generates or checks MD5 Message Digests<br />
    -c  check message digests (default is generate)<br />
    -v  verbose, print file names when checking<br />
    -b  read files in binary mode<br />
The input for -c should be the list of message digests and file names<br />
that is printed on stdout by this program when it generates digests.</p>
<p>What am I doing wrong. Please note the content of 1.txt is as below:</p>
<p>2e399d5b1db279126728ffac439cfe2c  temp.pdf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lance Quejada</title>
		<link>http://solidstateraam.com/mac-os-x-replicating-md5sum-output-format/comment-page-1/#comment-162</link>
		<dc:creator>Lance Quejada</dc:creator>
		<pubDate>Sat, 24 Jul 2010 04:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://solidstateraam.com/?p=492#comment-162</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;Finally got md5sum working on osx http://bit.ly/cgk6mX http://bit.ly/dlwcdN :D #geek #osx&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">Finally got md5sum working on osx <a href="http://bit.ly/cgk6mX" rel="nofollow">http://bit.ly/cgk6mX</a> <a href="http://bit.ly/dlwcdN" rel="nofollow">http://bit.ly/dlwcdN</a> <img src='http://solidstateraam.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  #geek #osx</span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raam</title>
		<link>http://solidstateraam.com/mac-os-x-replicating-md5sum-output-format/comment-page-1/#comment-153</link>
		<dc:creator>Raam</dc:creator>
		<pubDate>Mon, 07 Jun 2010 07:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://solidstateraam.com/?p=492#comment-153</guid>
		<description>Hey Peter, you&#039;re very welcome! 

Interestingly, I just checked the man page for md5 on my system (also Snow Leopard, 10.6.3) and it does mention the -r option.</description>
		<content:encoded><![CDATA[<p>Hey Peter, you&#8217;re very welcome! </p>
<p>Interestingly, I just checked the man page for md5 on my system (also Snow Leopard, 10.6.3) and it does mention the -r option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter DeGregorio</title>
		<link>http://solidstateraam.com/mac-os-x-replicating-md5sum-output-format/comment-page-1/#comment-152</link>
		<dc:creator>Peter DeGregorio</dc:creator>
		<pubDate>Mon, 07 Jun 2010 06:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://solidstateraam.com/?p=492#comment-152</guid>
		<description>Thanks for this ... Oddly, the man page for md5 on Mac OS X Snow Leopard does not mention the -r option, so this information you&#039;ve posted is especially helpful.</description>
		<content:encoded><![CDATA[<p>Thanks for this &#8230; Oddly, the man page for md5 on Mac OS X Snow Leopard does not mention the -r option, so this information you&#8217;ve posted is especially helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raam Dev</title>
		<link>http://solidstateraam.com/mac-os-x-replicating-md5sum-output-format/comment-page-1/#comment-156</link>
		<dc:creator>Raam Dev</dc:creator>
		<pubDate>Fri, 07 May 2010 15:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://solidstateraam.com/?p=492#comment-156</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;@enogrob BTW, you may also be interested in this other post I wrote: Mac OS X: Replicating md5sum Output Format - http://bit.ly/5s3Pv3&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">@enogrob BTW, you may also be interested in this other post I wrote: Mac OS X: Replicating md5sum Output Format &#8211; <a href="http://bit.ly/5s3Pv3" rel="nofollow">http://bit.ly/5s3Pv3</a></span></span></span></p>
]]></content:encoded>
	</item>
</channel>
</rss>

