<?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: How to count duplicate the lines of a file by using Linux Shell Programming?</title>
	<atom:link href="http://www.codebrothers.org/how-to-count-duplicate-the-lines-of-a-file-by-using-linux-shell-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codebrothers.org/how-to-count-duplicate-the-lines-of-a-file-by-using-linux-shell-programming/</link>
	<description></description>
	<lastBuildDate>Mon, 02 Jan 2012 00:02:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Mech</title>
		<link>http://www.codebrothers.org/how-to-count-duplicate-the-lines-of-a-file-by-using-linux-shell-programming/comment-page-1/#comment-4942</link>
		<dc:creator>Mech</dc:creator>
		<pubDate>Sun, 18 Jul 2010 15:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.codebrothers.org/how-to-count-duplicate-the-lines-of-a-file-by-using-linux-shell-programming/#comment-4942</guid>
		<description>grep . anyFile &#124; sort &#124; uniq &#124; wc
grep . anyFile &#124; sort &#124; wc

If a line is repeated, the output of the top grep code will be less than the bottom one.</description>
		<content:encoded><![CDATA[<p>grep . anyFile | sort | uniq | wc<br />
grep . anyFile | sort | wc</p>
<p>If a line is repeated, the output of the top grep code will be less than the bottom one.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
