<?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: [Linux Scripting] How To Get Count of a Specific Pattern/Text In a File</title>
	<atom:link href="http://jaxov.com/2009/06/linuxbash-scripting-how-to-get-count-of-a-specific-patterntext-in-a-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://jaxov.com/2009/06/linuxbash-scripting-how-to-get-count-of-a-specific-patterntext-in-a-file/</link>
	<description>Blog on News, Gadgets and Technology</description>
	<lastBuildDate>Sun, 12 Feb 2012 07:29:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Joshua Lerner</title>
		<link>http://jaxov.com/2009/06/linuxbash-scripting-how-to-get-count-of-a-specific-patterntext-in-a-file/comment-page-1/#comment-59</link>
		<dc:creator>Joshua Lerner</dc:creator>
		<pubDate>Sat, 06 Jun 2009 22:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://jaxov.com/?p=790#comment-59</guid>
		<description>grep -c &quot;Value(X)&quot; returns  4, not 3.

Also, grep -c doesn&#039;t return the count of a specific pattern, it returns the count of the number of lines that contain that pattern. Some lines may contain the pattern more than once, but only the first is counted.</description>
		<content:encoded><![CDATA[<p>grep -c "Value(X)" returns  4, not 3.</p>
<p>Also, grep -c doesn't return the count of a specific pattern, it returns the count of the number of lines that contain that pattern. Some lines may contain the pattern more than once, but only the first is counted.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using apc
Database Caching using disk: basic
Object Caching 217/218 objects using disk: basic
Content Delivery Network via cdn.jaxov.com

Served from: jaxov.com @ 2012-02-12 09:17:56 -->
