<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>txt &#187; uniq</title>
	<atom:link href="http://txt.binnyva.com/tag/uniq/feed/" rel="self" type="application/rss+xml" />
	<link>http://txt.binnyva.com</link>
	<description>Linux commands and code snippets collection</description>
	<lastBuildDate>Wed, 02 Jun 2010 07:20:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Find Duplicate Lines</title>
		<link>http://txt.binnyva.com/2008/05/find-duplicate-lines/</link>
		<comments>http://txt.binnyva.com/2008/05/find-duplicate-lines/#comments</comments>
		<pubDate>Wed, 21 May 2008 18:05:58 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[duplicate]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[sort]]></category>
		<category><![CDATA[uniq]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/?p=254</guid>
		<description><![CDATA[Sort contents of two files by viewing only duplicate line sort file1 file2 &#124; uniq -d]]></description>
			<content:encoded><![CDATA[<p class="intro">Sort contents of two files by viewing only duplicate line</p>
<pre><code class="cli">
sort file1 file2 | uniq -d
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2008/05/find-duplicate-lines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sort and Unique</title>
		<link>http://txt.binnyva.com/2008/05/sort-and-unique/</link>
		<comments>http://txt.binnyva.com/2008/05/sort-and-unique/#comments</comments>
		<pubDate>Sun, 11 May 2008 18:19:09 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[sort]]></category>
		<category><![CDATA[uniq]]></category>
		<category><![CDATA[unique]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/?p=248</guid>
		<description><![CDATA[Sort contents of a file and remove repeated lines sort file.txt &#124; uniq]]></description>
			<content:encoded><![CDATA[<p class="intro">Sort contents of a file and remove repeated lines</p>
<pre><code class="cli">
sort file.txt | uniq
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2008/05/sort-and-unique/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
