<?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: wcgrep: grep your working copy more efficiently</title>
	<atom:link href="http://traviscline.com/blog/2007/11/21/wcgrep-grep-your-working-copy-more-efficiently/feed/" rel="self" type="application/rss+xml" />
	<link>http://traviscline.com/blog/2007/11/21/wcgrep-grep-your-working-copy-more-efficiently/</link>
	<description>/blog</description>
	<lastBuildDate>Fri, 22 Oct 2010 20:43:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Francesc Rosās</title>
		<link>http://traviscline.com/blog/2007/11/21/wcgrep-grep-your-working-copy-more-efficiently/#comment-270</link>
		<dc:creator>Francesc Rosās</dc:creator>
		<pubDate>Tue, 07 Oct 2008 13:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://traviscline.com/blog/2007/11/21/wcgrep-grep-your-working-copy-more-efficiently/#comment-270</guid>
		<description>Since version 2.5.3 we can do this:

&lt;code&gt;grep -R --exclude-dir=.svn search_string .&lt;/code&gt;

I have it enabled by default in my /etc/bash.bashrc:

&lt;code&gt;export GREP_OPTIONS=&quot;$GREP_OPTIONS --exclude-dir=.svn&quot;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Since version 2.5.3 we can do this:</p>
<p><code>grep -R --exclude-dir=.svn search_string .</code></p>
<p>I have it enabled by default in my /etc/bash.bashrc:</p>
<p><code>export GREP_OPTIONS="$GREP_OPTIONS --exclude-dir=.svn"</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

