<?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 cheat sheet</title>
	<atom:link href="http://fendy.simpledifference.net/blog/archives/11/feed" rel="self" type="application/rss+xml" />
	<link>http://fendy.simpledifference.net/blog/archives/11</link>
	<description>To be Simple to make a Difference</description>
	<lastBuildDate>Thu, 01 Jul 2010 09:23:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: s1mple</title>
		<link>http://fendy.simpledifference.net/blog/archives/11/comment-page-1#comment-868</link>
		<dc:creator>s1mple</dc:creator>
		<pubDate>Thu, 22 Oct 2009 03:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://fendy.simpledifference.net/blog/?p=11#comment-868</guid>
		<description>thanks for the info mr.bho, it works.
I am suck in awk and sed, will learn about it :(</description>
		<content:encoded><![CDATA[<p>thanks for the info mr.bho, it works.<br />
I am suck in awk and sed, will learn about it <img src='http://fendy.simpledifference.net/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mr.bho</title>
		<link>http://fendy.simpledifference.net/blog/archives/11/comment-page-1#comment-776</link>
		<dc:creator>mr.bho</dc:creator>
		<pubDate>Fri, 14 Aug 2009 15:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://fendy.simpledifference.net/blog/?p=11#comment-776</guid>
		<description>just use grep:
$ grep -r -i [my_search_word] /start/dir/*

-r will search recursively
-i will ignores case-sensitives

you can use awk to print file_name only.

detail see man grep :)

find will index all files under /start/dir and after that throws as grep input before print to standard output.

cheers...
-bho</description>
		<content:encoded><![CDATA[<p>just use grep:<br />
$ grep -r -i [my_search_word] /start/dir/*</p>
<p>-r will search recursively<br />
-i will ignores case-sensitives</p>
<p>you can use awk to print file_name only.</p>
<p>detail see man grep <img src='http://fendy.simpledifference.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>find will index all files under /start/dir and after that throws as grep input before print to standard output.</p>
<p>cheers&#8230;<br />
-bho</p>
]]></content:encoded>
	</item>
</channel>
</rss>
