<?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: Searching for multiple strings with grep</title>
	<atom:link href="http://www.thelinuxblog.com/searching-for-multiple-strings-with-grep/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thelinuxblog.com/searching-for-multiple-strings-with-grep/</link>
	<description>The Linux Blog, General Linux, Shell Scripts</description>
	<lastBuildDate>Fri, 17 May 2013 01:16:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: TheLinuxBlog.com</title>
		<link>http://www.thelinuxblog.com/searching-for-multiple-strings-with-grep/comment-page-1/#comment-2614</link>
		<dc:creator>TheLinuxBlog.com</dc:creator>
		<pubDate>Mon, 24 Aug 2009 13:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxblog.com/searching-for-multiple-strings-with-grep/#comment-2614</guid>
		<description><![CDATA[@TYBOON @RAJEESH @SHAKTALE Thanks! Obviously you guys are experienced in grepfoo. I&#039;m not even sure If I&#039;d earn my first stripe :)]]></description>
		<content:encoded><![CDATA[<p>@TYBOON @RAJEESH @SHAKTALE Thanks! Obviously you guys are experienced in grepfoo. I&#8217;m not even sure If I&#8217;d earn my first stripe :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyboon</title>
		<link>http://www.thelinuxblog.com/searching-for-multiple-strings-with-grep/comment-page-1/#comment-2613</link>
		<dc:creator>Tyboon</dc:creator>
		<pubDate>Mon, 24 Aug 2009 12:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxblog.com/searching-for-multiple-strings-with-grep/#comment-2613</guid>
		<description><![CDATA[Hello,

You can also use the following synthax :
grep -e gnome -e kde install.log]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>You can also use the following synthax :<br />
grep -e gnome -e kde install.log</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajeesh</title>
		<link>http://www.thelinuxblog.com/searching-for-multiple-strings-with-grep/comment-page-1/#comment-2612</link>
		<dc:creator>Rajeesh</dc:creator>
		<pubDate>Mon, 24 Aug 2009 09:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxblog.com/searching-for-multiple-strings-with-grep/#comment-2612</guid>
		<description><![CDATA[grep -E &quot;gnome&#124;kde&quot; would also do - extended regex.]]></description>
		<content:encoded><![CDATA[<p>grep -E &#8220;gnome|kde&#8221; would also do &#8211; extended regex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shaktale</title>
		<link>http://www.thelinuxblog.com/searching-for-multiple-strings-with-grep/comment-page-1/#comment-2611</link>
		<dc:creator>shaktale</dc:creator>
		<pubDate>Mon, 24 Aug 2009 08:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxblog.com/searching-for-multiple-strings-with-grep/#comment-2611</guid>
		<description><![CDATA[You can invoke grep -E without escape the pipe.

With -E you can use extended regulars expressions. 

Also you can use egrep what is the same that grep -E, although,  direct invocation of egrep is deprecated.

BR.]]></description>
		<content:encoded><![CDATA[<p>You can invoke grep -E without escape the pipe.</p>
<p>With -E you can use extended regulars expressions. </p>
<p>Also you can use egrep what is the same that grep -E, although,  direct invocation of egrep is deprecated.</p>
<p>BR.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gen2ly</title>
		<link>http://www.thelinuxblog.com/searching-for-multiple-strings-with-grep/comment-page-1/#comment-2608</link>
		<dc:creator>Gen2ly</dc:creator>
		<pubDate>Mon, 24 Aug 2009 04:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxblog.com/searching-for-multiple-strings-with-grep/#comment-2608</guid>
		<description><![CDATA[hey, that&#039;s a great tip, always wondered if there was a way to do this.]]></description>
		<content:encoded><![CDATA[<p>hey, that&#8217;s a great tip, always wondered if there was a way to do this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
