<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Zen Dzign &#187; search</title>
	<atom:link href="http://www.zendzign.com/tag/search/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zendzign.com</link>
	<description>The official ZZ Servers Blog - Visit http://www.zzservers.com for your business hosting needs.</description>
	<lastBuildDate>Thu, 26 Jan 2012 05:59:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to search files for specific content</title>
		<link>http://www.zendzign.com/2008/05/how-to-search-files-for-specific-content/</link>
		<comments>http://www.zendzign.com/2008/05/how-to-search-files-for-specific-content/#comments</comments>
		<pubDate>Fri, 09 May 2008 18:06:58 +0000</pubDate>
		<dc:creator>Peter Zendzian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://zendzign.com/?p=5</guid>
		<description><![CDATA[Simple linux command to search all files in a given path and display the line in the file which matches defined content. find &#60;PATH&#62; -print &#124; xargs grep &#34;&#60;CONTENT&#62;&#34; or find &#60;PATH&#62; -type f -exec grep -H &#34;&#60;CONTENT&#62;&#34; \;]]></description>
			<content:encoded><![CDATA[<p>Simple linux command to search all files in a given path and display the line in the file which matches defined content.</p>
<p>find &lt;PATH&gt; -print | xargs grep &quot;&lt;CONTENT&gt;&quot;</p>
<p>or</p>
<p>find &lt;PATH&gt; -type f -exec grep -H &quot;&lt;CONTENT&gt;&quot; \;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zendzign.com/2008/05/how-to-search-files-for-specific-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

