<?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: Grep How To &#8211; Part 1</title>
	<atom:link href="http://linux.golod.com/articles/5.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linux.golod.com/articles/5.html</link>
	<description>Linux Tips, Tutorials and How To's</description>
	<lastBuildDate>Mon, 31 Aug 2009 14:42:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Evden Eve Nakliyat</title>
		<link>http://linux.golod.com/articles/5.html/comment-page-1#comment-1976</link>
		<dc:creator>Evden Eve Nakliyat</dc:creator>
		<pubDate>Mon, 31 Aug 2009 14:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://linux.golod.com/articles/5.html#comment-1976</guid>
		<description>Cool very cool .. tnx .. golod.com ..</description>
		<content:encoded><![CDATA[<p>Cool very cool .. tnx .. golod.com ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kolaloka</title>
		<link>http://linux.golod.com/articles/5.html/comment-page-1#comment-1910</link>
		<dc:creator>Kolaloka</dc:creator>
		<pubDate>Sun, 28 Jun 2009 12:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://linux.golod.com/articles/5.html#comment-1910</guid>
		<description>Well I think it is useful to quote a possibility to search whole directory for some text in any of the files in that directory:

example: I want to find this stretch of text: &quot;/dev/ttyU&quot;  in the /etc directory.

I do not know where exactly the file containing this text is, so I do:
# grep -r &quot;/dev/ttyU&quot; /etc
and the result is:
/etc/ppp/peers/cdma:/dev/ttyUSB0 # choose modem
/etc/ppp/peers/oskar:/dev/ttyU0 # device bound to T610

which tells me there are two files called &quot;cdma&quot; and &quot;oskar&quot; in the directory of /etc/ppp/peers/ that contain the string I was searching for.

I hope that is to some good!
cheers
Kolaloka</description>
		<content:encoded><![CDATA[<p>Well I think it is useful to quote a possibility to search whole directory for some text in any of the files in that directory:</p>
<p>example: I want to find this stretch of text: &#8220;/dev/ttyU&#8221;  in the /etc directory.</p>
<p>I do not know where exactly the file containing this text is, so I do:<br />
# grep -r &#8220;/dev/ttyU&#8221; /etc<br />
and the result is:<br />
/etc/ppp/peers/cdma:/dev/ttyUSB0 # choose modem<br />
/etc/ppp/peers/oskar:/dev/ttyU0 # device bound to T610</p>
<p>which tells me there are two files called &#8220;cdma&#8221; and &#8220;oskar&#8221; in the directory of /etc/ppp/peers/ that contain the string I was searching for.</p>
<p>I hope that is to some good!<br />
cheers<br />
Kolaloka</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: çiçekçi</title>
		<link>http://linux.golod.com/articles/5.html/comment-page-1#comment-1866</link>
		<dc:creator>çiçekçi</dc:creator>
		<pubDate>Thu, 14 May 2009 06:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://linux.golod.com/articles/5.html#comment-1866</guid>
		<description>paylaşım için çok teşekkürler başarılar diliyorum</description>
		<content:encoded><![CDATA[<p>paylaşım için çok teşekkürler başarılar diliyorum</p>
]]></content:encoded>
	</item>
</channel>
</rss>
