<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Using GNU Grep for Fun and Profit!</title>
	<atom:link href="http://nixshell.wordpress.com/2009/02/11/using-gnu-grep-for-fun-and-profit/feed/" rel="self" type="application/rss+xml" />
	<link>http://nixshell.wordpress.com/2009/02/11/using-gnu-grep-for-fun-and-profit/</link>
	<description>UNIX / Linux Shell Hints and Tips&#160;&#160;&#160;&#160;&#160;&#160;(a http://steve-parker.org/sh/sh.shtml subproject)</description>
	<lastBuildDate>Sun, 31 Mar 2013 18:54:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: robsku</title>
		<link>http://nixshell.wordpress.com/2009/02/11/using-gnu-grep-for-fun-and-profit/#comment-5407</link>
		<dc:creator><![CDATA[robsku]]></dc:creator>
		<pubDate>Tue, 08 Mar 2011 15:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/?p=91#comment-5407</guid>
		<description><![CDATA[Don&#039;t forget that &lt;code&gt;grep&lt;/code&gt; has three (at least GNU Grep, I should install different Unices to VirtualBox to test) different &lt;code&gt;regex&lt;/code&gt; matching options - if I remember correctly, basic one (which is not much of use), extended (which is OK) and Perl regex, they make matching, especially in complicated shell scripts (or even applications written in shell script) that are very useful in some situations. Without that you might have to call some other heavier and more complex program (which is not as guaranteed to exist as &lt;code&gt;grep&lt;/code&gt;).

Also people reading this should note that, as man page of &lt;code&gt;egrep&lt;/code&gt; states, it is not recommend to use &lt;code&gt;egrep&lt;/code&gt; instead of &lt;code&gt;grep&lt;/code&gt; - &lt;code&gt;grep&lt;/code&gt; can do all regex greppings too anyway.]]></description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget that <code>grep</code> has three (at least GNU Grep, I should install different Unices to VirtualBox to test) different <code>regex</code> matching options &#8211; if I remember correctly, basic one (which is not much of use), extended (which is OK) and Perl regex, they make matching, especially in complicated shell scripts (or even applications written in shell script) that are very useful in some situations. Without that you might have to call some other heavier and more complex program (which is not as guaranteed to exist as <code>grep</code>).</p>
<p>Also people reading this should note that, as man page of <code>egrep</code> states, it is not recommend to use <code>egrep</code> instead of <code>grep</code> &#8211; <code>grep</code> can do all regex greppings too anyway.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
