<?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: What&#8217;s Difference Between Grep, Egrep and Fgrep in Linux?	</title>
	<atom:link href="https://www.tecmint.com/difference-between-grep-egrep-and-fgrep-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/difference-between-grep-egrep-and-fgrep-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 14 Jul 2023 04:59:45 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: qube		</title>
		<link>https://www.tecmint.com/difference-between-grep-egrep-and-fgrep-in-linux/comment-page-1/#comment-1110344</link>

		<dc:creator><![CDATA[qube]]></dc:creator>
		<pubDate>Sun, 10 Mar 2019 03:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=18762#comment-1110344</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/difference-between-grep-egrep-and-fgrep-in-linux/comment-page-1/#comment-832111&quot;&gt;Doug Goold&lt;/a&gt;.

good catch!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/difference-between-grep-egrep-and-fgrep-in-linux/comment-page-1/#comment-832111">Doug Goold</a>.</p>
<p>good catch!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: William Wong		</title>
		<link>https://www.tecmint.com/difference-between-grep-egrep-and-fgrep-in-linux/comment-page-1/#comment-975114</link>

		<dc:creator><![CDATA[William Wong]]></dc:creator>
		<pubDate>Fri, 09 Mar 2018 19:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=18762#comment-975114</guid>

					<description><![CDATA[Great guide but the website is trash full of poorly-sized ads.]]></description>
			<content:encoded><![CDATA[<p>Great guide but the website is trash full of poorly-sized ads.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: agur		</title>
		<link>https://www.tecmint.com/difference-between-grep-egrep-and-fgrep-in-linux/comment-page-1/#comment-836110</link>

		<dc:creator><![CDATA[agur]]></dc:creator>
		<pubDate>Mon, 07 Nov 2016 15:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=18762#comment-836110</guid>

					<description><![CDATA[what about the AG (the silver searcher)?]]></description>
			<content:encoded><![CDATA[<p>what about the AG (the silver searcher)?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Doug Goold		</title>
		<link>https://www.tecmint.com/difference-between-grep-egrep-and-fgrep-in-linux/comment-page-1/#comment-832111</link>

		<dc:creator><![CDATA[Doug Goold]]></dc:creator>
		<pubDate>Wed, 26 Oct 2016 17:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=18762#comment-832111</guid>

					<description><![CDATA[The following statement is misleading:

Matching either of the expression separated by &lt;code&gt;&#039;&#124;&#039;&lt;/code&gt;. Like: &lt;code&gt;“(a&#124;b)cde”&lt;/code&gt; would match either &lt;code&gt;‘abcde’&lt;/code&gt; or &lt;code&gt;‘bbcde’&lt;/code&gt;.

In fact, both &lt;strong&gt;&#039;abcde&#039;&lt;/strong&gt; and &lt;strong&gt;&#039;bbcde&#039;&lt;/strong&gt; are matched with the &lt;strong&gt;&#039;b&#039;&lt;/strong&gt; of the &lt;strong&gt;&#039;&#124;&#039;&lt;/strong&gt;.  The following statement would use both sides of the &lt;strong&gt;&#039;&#124;&#039;&lt;/strong&gt; as intended:

Matching either of the expression separated by &lt;strong&gt;&#039;&#124;&#039;&lt;/strong&gt;. Like: &lt;strong&gt;“(a&#124;b)cde”&lt;/strong&gt; would match either &lt;strong&gt;‘acde’&lt;/strong&gt; or &lt;strong&gt;‘bcde’&lt;/strong&gt;.]]></description>
			<content:encoded><![CDATA[<p>The following statement is misleading:</p>
<p>Matching either of the expression separated by <code>'|'</code>. Like: <code>“(a|b)cde”</code> would match either <code>‘abcde’</code> or <code>‘bbcde’</code>.</p>
<p>In fact, both <strong>&#8216;abcde&#8217;</strong> and <strong>&#8216;bbcde&#8217;</strong> are matched with the <strong>&#8216;b&#8217;</strong> of the <strong>&#8216;|&#8217;</strong>.  The following statement would use both sides of the <strong>&#8216;|&#8217;</strong> as intended:</p>
<p>Matching either of the expression separated by <strong>&#8216;|&#8217;</strong>. Like: <strong>“(a|b)cde”</strong> would match either <strong>‘acde’</strong> or <strong>‘bcde’</strong>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dhimant Thanki		</title>
		<link>https://www.tecmint.com/difference-between-grep-egrep-and-fgrep-in-linux/comment-page-1/#comment-774451</link>

		<dc:creator><![CDATA[Dhimant Thanki]]></dc:creator>
		<pubDate>Wed, 27 Apr 2016 02:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=18762#comment-774451</guid>

					<description><![CDATA[really very good explanation.This is the first site and last site where i found perfect explanation of these 3 commands of linux]]></description>
			<content:encoded><![CDATA[<p>really very good explanation.This is the first site and last site where i found perfect explanation of these 3 commands of linux</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
