<?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>&#60;SourceBench/&#62; Your place to share code stuff &#187; search</title>
	<atom:link href="http://sourcebench.com/tag/search/feed/" rel="self" type="application/rss+xml" />
	<link>http://sourcebench.com</link>
	<description></description>
	<lastBuildDate>Tue, 04 May 2010 07:57:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Search for a function definition in a bunch of php files</title>
		<link>http://sourcebench.com/languages/bash/search-for-a-function-definition-in-a-bunch-of-php-files/</link>
		<comments>http://sourcebench.com/languages/bash/search-for-a-function-definition-in-a-bunch-of-php-files/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 13:40:08 +0000</pubDate>
		<dc:creator>The SourceBench</dc:creator>
				<category><![CDATA[Bash/shell]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://sourcebench.com/languages/bash/search-for-a-function-definition-in-a-bunch-of-php-files/</guid>
		<description><![CDATA[find . -name *.php -exec grep -HE &#34;function FUNCTION_NAME&#34; {} \;]]></description>
			<content:encoded><![CDATA[<pre class="brush: bash;">find . -name *.php -exec grep -HE &quot;function FUNCTION_NAME&quot; {} \;</pre>]]></content:encoded>
			<wfw:commentRss>http://sourcebench.com/languages/bash/search-for-a-function-definition-in-a-bunch-of-php-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
