<?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: Crazy shell scripting</title>
	<atom:link href="http://manku.thimma.org/2009/04/crazy-shell-scripting/feed/" rel="self" type="application/rss+xml" />
	<link>http://manku.thimma.org/2009/04/crazy-shell-scripting/</link>
	<description>Tech, Business and Some More ...</description>
	<lastBuildDate>Mon, 24 May 2010 05:01:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: shashi</title>
		<link>http://manku.thimma.org/2009/04/crazy-shell-scripting/comment-page-1/#comment-176</link>
		<dc:creator>shashi</dc:creator>
		<pubDate>Wed, 15 Apr 2009 02:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://manku.thimma.org/?p=80#comment-176</guid>
		<description>Aravinda, 

Bang on! you&#039;re right on all the points :-)</description>
		<content:encoded><![CDATA[<p>Aravinda, </p>
<p>Bang on! you&#8217;re right on all the points <img src='http://manku.thimma.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aravinda</title>
		<link>http://manku.thimma.org/2009/04/crazy-shell-scripting/comment-page-1/#comment-175</link>
		<dc:creator>Aravinda</dc:creator>
		<pubDate>Tue, 14 Apr 2009 17:18:28 +0000</pubDate>
		<guid isPermaLink="false">http://manku.thimma.org/?p=80#comment-175</guid>
		<description>Good one :)

As per my understanding, 
1. dupes.txt with hundreds of records, 
2. Split that file into dupes1.txt, dupes2.txt... dupesN.txt
3. run above script in multiple system
4. Combine the files generated by each system and run to remove duplicates in DB. 

but how the dupes3.txt(or dupes.txt) populated? 
echo &quot;SELECT email from tblName group by email having count(email) &gt; 1&quot; &#124; mysql -uroot dbName &#124; grep -v &#039;email&#039; &gt; dupes.txt

correct me if i am wrong.</description>
		<content:encoded><![CDATA[<p>Good one <img src='http://manku.thimma.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>As per my understanding,<br />
1. dupes.txt with hundreds of records,<br />
2. Split that file into dupes1.txt, dupes2.txt&#8230; dupesN.txt<br />
3. run above script in multiple system<br />
4. Combine the files generated by each system and run to remove duplicates in DB. </p>
<p>but how the dupes3.txt(or dupes.txt) populated?<br />
echo &#8220;SELECT email from tblName group by email having count(email) &gt; 1&#8243; | mysql -uroot dbName | grep -v &#8216;email&#8217; &gt; dupes.txt</p>
<p>correct me if i am wrong.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
