<?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>Hither, Thither ...</description>
	<lastBuildDate>Tue, 18 Oct 2011 04:54:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Shashi</title>
		<link>http://manku.thimma.org/2009/04/crazy-shell-scripting/#comment-24</link>
		<dc:creator>Shashi</dc:creator>
		<pubDate>Wed, 15 Apr 2009 08:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://manku.thimma.org/?p=61#comment-24</guid>
		<description>Aravinda,

Bang on! youre right on all the points :-)</description>
		<content:encoded><![CDATA[<p>Aravinda,</p>
<p>Bang on! youre 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-23</link>
		<dc:creator>Aravinda</dc:creator>
		<pubDate>Tue, 14 Apr 2009 10:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://manku.thimma.org/?p=61#comment-23</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 SELECT email from tblName group by email having count(email) &gt; 1 &#124; mysql -uroot dbName &#124; grep -v email &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 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 SELECT email from tblName group by email having count(email) &gt; 1 | mysql -uroot dbName | grep -v email &gt; dupes.txt</p>
<p>correct me if i am wrong.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

