<?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"
	>
<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>
	<pubDate>Wed, 08 Sep 2010 19:43:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</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="$GREP_OPTIONS --exclude-dir=.svn"&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>
