<?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: Remove lines that are in another file</title>
	<atom:link href="http://www.thelinuxblog.com/remove-lines-that-are-in-another-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thelinuxblog.com/remove-lines-that-are-in-another-file/</link>
	<description>The Linux Blog, General Linux, Shell Scripts</description>
	<lastBuildDate>Fri, 17 May 2013 01:16:33 +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 tips</title>
		<link>http://www.thelinuxblog.com/remove-lines-that-are-in-another-file/comment-page-1/#comment-3288</link>
		<dc:creator>Linux tips</dc:creator>
		<pubDate>Tue, 28 Sep 2010 07:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxblog.com/?p=439#comment-3288</guid>
		<description><![CDATA[earlier I spent lot of time to figure out to compare two files to get something like a set difference,but this thing using cut just gave me the right path for faster proceedings]]></description>
		<content:encoded><![CDATA[<p>earlier I spent lot of time to figure out to compare two files to get something like a set difference,but this thing using cut just gave me the right path for faster proceedings</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: showgood</title>
		<link>http://www.thelinuxblog.com/remove-lines-that-are-in-another-file/comment-page-1/#comment-3262</link>
		<dc:creator>showgood</dc:creator>
		<pubDate>Wed, 25 Aug 2010 00:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxblog.com/?p=439#comment-3262</guid>
		<description><![CDATA[first sort File1.txt and File2.txt, then
comm -13 File1.txt File2.txt should give you what you want..]]></description>
		<content:encoded><![CDATA[<p>first sort File1.txt and File2.txt, then<br />
comm -13 File1.txt File2.txt should give you what you want..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kernel.net</title>
		<link>http://www.thelinuxblog.com/remove-lines-that-are-in-another-file/comment-page-1/#comment-3162</link>
		<dc:creator>kernel.net</dc:creator>
		<pubDate>Mon, 29 Mar 2010 16:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxblog.com/?p=439#comment-3162</guid>
		<description><![CDATA[@root thx I didn&#039;t know about join!

@thelinuxblog.com thanks for this article, the other day I spent like half an hour trying to figure out how to compare two files to get something like a set difference. 
Your thing using cut just gave me the right idea ;)]]></description>
		<content:encoded><![CDATA[<p>@root thx I didn&#8217;t know about join!</p>
<p>@thelinuxblog.com thanks for this article, the other day I spent like half an hour trying to figure out how to compare two files to get something like a set difference.<br />
Your thing using cut just gave me the right idea ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: root jerais</title>
		<link>http://www.thelinuxblog.com/remove-lines-that-are-in-another-file/comment-page-1/#comment-3122</link>
		<dc:creator>root jerais</dc:creator>
		<pubDate>Sun, 07 Feb 2010 23:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxblog.com/?p=439#comment-3122</guid>
		<description><![CDATA[check join or paste commands within shell script, might help:
http://bit.ly/d03fBU]]></description>
		<content:encoded><![CDATA[<p>check join or paste commands within shell script, might help:<br />
<a href="http://bit.ly/d03fBU" rel="nofollow">http://bit.ly/d03fBU</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheLinuxBlog.com</title>
		<link>http://www.thelinuxblog.com/remove-lines-that-are-in-another-file/comment-page-1/#comment-3121</link>
		<dc:creator>TheLinuxBlog.com</dc:creator>
		<pubDate>Sun, 07 Feb 2010 23:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxblog.com/?p=439#comment-3121</guid>
		<description><![CDATA[@Kaleb Show me how to do it!]]></description>
		<content:encoded><![CDATA[<p>@Kaleb Show me how to do it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaleb</title>
		<link>http://www.thelinuxblog.com/remove-lines-that-are-in-another-file/comment-page-1/#comment-3120</link>
		<dc:creator>Kaleb</dc:creator>
		<pubDate>Sun, 07 Feb 2010 23:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxblog.com/?p=439#comment-3120</guid>
		<description><![CDATA[Well yours ma work but I would use sed for this function....I think it would probly make it simpler]]></description>
		<content:encoded><![CDATA[<p>Well yours ma work but I would use sed for this function&#8230;.I think it would probly make it simpler</p>
]]></content:encoded>
	</item>
</channel>
</rss>
