<?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: How to check the MD5 Checksum of a file</title>
	<atom:link href="http://www.susegeek.com/utility/how-to-check-the-md5-checksum-of-a-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.susegeek.com/utility/how-to-check-the-md5-checksum-of-a-file/</link>
	<description>Tips,Tricks, Tutorials,How Tos and Troubleshooting suse linux</description>
	<lastBuildDate>Mon, 29 Apr 2013 22:13:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: linux newbie</title>
		<link>http://www.susegeek.com/utility/how-to-check-the-md5-checksum-of-a-file/comment-page-1/#comment-3417</link>
		<dc:creator>linux newbie</dc:creator>
		<pubDate>Sun, 18 Jul 2010 05:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.susegeek.com/?p=68#comment-3417</guid>
		<description><![CDATA[Is there a GUI based gnome tool where i can input the md5 or sha1 file and downloaded file and check the downloaded file
I am am not comfortable with command based tools]]></description>
		<content:encoded><![CDATA[<p>Is there a GUI based gnome tool where i can input the md5 or sha1 file and downloaded file and check the downloaded file<br />
I am am not comfortable with command based tools</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ole Hoppe</title>
		<link>http://www.susegeek.com/utility/how-to-check-the-md5-checksum-of-a-file/comment-page-1/#comment-1643</link>
		<dc:creator>Ole Hoppe</dc:creator>
		<pubDate>Sat, 15 Nov 2008 15:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.susegeek.com/?p=68#comment-1643</guid>
		<description><![CDATA[In order to take the pain of comparing the key &quot;manually&quot;, wouldn&#039;t it be easier to just use the following command, which pipes (&quot;&#124;&quot;) the output of the 1st invocation of md5sum as input (&quot;-&quot;) to a 2nd invocation with the check option (&quot;-c&quot;):

linux-4518:~ # md5sum putty.exe &#124; md5sum -c -
putty.exe: OK

Hope this helps.]]></description>
		<content:encoded><![CDATA[<p>In order to take the pain of comparing the key &#8220;manually&#8221;, wouldn&#8217;t it be easier to just use the following command, which pipes (&#8220;|&#8221;) the output of the 1st invocation of md5sum as input (&#8220;-&#8221;) to a 2nd invocation with the check option (&#8220;-c&#8221;):</p>
<p>linux-4518:~ # md5sum putty.exe | md5sum -c -<br />
putty.exe: OK</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
