<?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: Search through files for a string (Linux)</title>
	<atom:link href="http://blog.ramin-hossaini.com/2009/11/04/search-through-files-for-a-string/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ramin-hossaini.com/2009/11/04/search-through-files-for-a-string/</link>
	<description></description>
	<lastBuildDate>Tue, 15 Jun 2010 14:57:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: EzraSF</title>
		<link>http://blog.ramin-hossaini.com/2009/11/04/search-through-files-for-a-string/comment-page-1/#comment-2158</link>
		<dc:creator>EzraSF</dc:creator>
		<pubDate>Mon, 07 Dec 2009 22:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ramin-hossaini.com/?p=580#comment-2158</guid>
		<description>When searching for something very specific like an error code, I use what you&#039;ve describe here.

When searching for a term where I&#039;m simply guessing might be relevant, I typically use the -l flag with grep to just print the file name rather than the match. Usually the path or name gives me a good idea about whether the file is relevant. I&#039;ll pick the more relevant files to use grep for searches inside.</description>
		<content:encoded><![CDATA[<p>When searching for something very specific like an error code, I use what you&#8217;ve describe here.</p>
<p>When searching for a term where I&#8217;m simply guessing might be relevant, I typically use the -l flag with grep to just print the file name rather than the match. Usually the path or name gives me a good idea about whether the file is relevant. I&#8217;ll pick the more relevant files to use grep for searches inside.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
