<?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: Recursively md5sum all files in a directory tree</title>
	<atom:link href="http://info.michael-simons.eu/2008/10/25/recursively-md5sum-all-files-in-a-directory-tree/feed/" rel="self" type="application/rss+xml" />
	<link>http://info.michael-simons.eu/2008/10/25/recursively-md5sum-all-files-in-a-directory-tree/</link>
	<description>Just another nerd blog</description>
	<lastBuildDate>Tue, 07 Feb 2012 06:40:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: sahar</title>
		<link>http://info.michael-simons.eu/2008/10/25/recursively-md5sum-all-files-in-a-directory-tree/#comment-6801</link>
		<dc:creator>sahar</dc:creator>
		<pubDate>Sun, 19 Jun 2011 06:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://info.michael-simons.eu/?p=219#comment-6801</guid>
		<description>why when used md5sum i encountered to no such file or directory!?,…

#!/bin/sh
chksumfile=’tmp’
`md5sum -c “$chksumfile”`
----------------------
# sh verifychksum.sh
verifychksum.sh: line 3: chksum/ss/RecoverDataLinuxTrial.tar.gz:: No such file or directory
================================
while when i run command line :

# md5sum -c tmp
chksum/ss/RecoverDataLinuxTrial.tar.gz: OK
chksum/ss/zziplib-0.13.49-8.fc12.i686.rpm: OK
chksum/RecoverDataLinuxTrial.tar.gz: OK
chksum/zziplib-0.13.49-8.fc12.i686.rpm: OK
chksum/s: OK
chksum/chsum: OK</description>
		<content:encoded><![CDATA[<p>why when used md5sum i encountered to no such file or directory!?,…</p>
<p>#!/bin/sh<br />
chksumfile=’tmp’<br />
`md5sum -c “$chksumfile”`<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
# sh verifychksum.sh<br />
verifychksum.sh: line 3: chksum/ss/RecoverDataLinuxTrial.tar.gz:: No such file or directory<br />
================================<br />
while when i run command line :</p>
<p># md5sum -c tmp<br />
chksum/ss/RecoverDataLinuxTrial.tar.gz: OK<br />
chksum/ss/zziplib-0.13.49-8.fc12.i686.rpm: OK<br />
chksum/RecoverDataLinuxTrial.tar.gz: OK<br />
chksum/zziplib-0.13.49-8.fc12.i686.rpm: OK<br />
chksum/s: OK<br />
chksum/chsum: OK</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EpiJunkie &#187; Blog Archive &#187; Data verification after building a RAID 5 array using FreeNAS</title>
		<link>http://info.michael-simons.eu/2008/10/25/recursively-md5sum-all-files-in-a-directory-tree/#comment-6768</link>
		<dc:creator>EpiJunkie &#187; Blog Archive &#187; Data verification after building a RAID 5 array using FreeNAS</dc:creator>
		<pubDate>Sat, 23 Oct 2010 16:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://info.michael-simons.eu/?p=219#comment-6768</guid>
		<description>[...] support going through each folder and checksuming each file and outputting the sums. Sure there are one line shell scripts/commands you can run but I was really looking for a way that would not require hacking about. I finally found what I was [...]</description>
		<content:encoded><![CDATA[<p>[...] support going through each folder and checksuming each file and outputting the sums. Sure there are one line shell scripts/commands you can run but I was really looking for a way that would not require hacking about. I finally found what I was [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://info.michael-simons.eu/2008/10/25/recursively-md5sum-all-files-in-a-directory-tree/#comment-6533</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sat, 25 Oct 2008 15:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://info.michael-simons.eu/?p=219#comment-6533</guid>
		<description>Danke :)
Ich hoffe, ich brauch&#039;s nicht so schnell wieder.</description>
		<content:encoded><![CDATA[<p>Danke <img src='http://info.michael-simons.eu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Ich hoffe, ich brauch&#8217;s nicht so schnell wieder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tante</title>
		<link>http://info.michael-simons.eu/2008/10/25/recursively-md5sum-all-files-in-a-directory-tree/#comment-6532</link>
		<dc:creator>tante</dc:creator>
		<pubDate>Sat, 25 Oct 2008 12:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://info.michael-simons.eu/?p=219#comment-6532</guid>
		<description>find ./backup -type f -exec md5sum {} \;&gt;&gt; /checksums_backup.md5

Läuft meiner Erfahrung nach oft schneller als xargs. Vielleicht in diesem Falle nicht ganz so relevant, aber für andere Fälle ;)</description>
		<content:encoded><![CDATA[<p>find ./backup -type f -exec md5sum {} \;&gt;&gt; /checksums_backup.md5</p>
<p>Läuft meiner Erfahrung nach oft schneller als xargs. Vielleicht in diesem Falle nicht ganz so relevant, aber für andere Fälle <img src='http://info.michael-simons.eu/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.386 seconds -->

