<?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: Skip .svn directories when using grep</title>
	<atom:link href="http://www.zulius.com/how-to/grep-skip-svn-directories/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zulius.com/how-to/grep-skip-svn-directories/</link>
	<description>Advanced Application Development</description>
	<lastBuildDate>Sat, 04 Sep 2010 20:57:32 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tim White</title>
		<link>http://www.zulius.com/how-to/grep-skip-svn-directories/comment-page-1/#comment-202</link>
		<dc:creator>Tim White</dc:creator>
		<pubDate>Thu, 06 May 2010 17:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.zulius.com/?p=383#comment-202</guid>
		<description>@Chris AFAIK, yes, your example is the easiest way to do that.</description>
		<content:encoded><![CDATA[<p>@Chris AFAIK, yes, your example is the easiest way to do that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.zulius.com/how-to/grep-skip-svn-directories/comment-page-1/#comment-201</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 06 May 2010 15:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.zulius.com/?p=383#comment-201</guid>
		<description>Great tip thanks!

What about when you want to exclude multiple directories?
Do you have to type --exclude-dir multiple times or is there another way?

Example:
$ grep -r --exclude-dir=&#039;.svn&#039; --exclude-dir=&#039;debug&#039; --exclude-dir=&#039;templates&#039; &#039;my search string&#039; /some/directory</description>
		<content:encoded><![CDATA[<p>Great tip thanks!</p>
<p>What about when you want to exclude multiple directories?<br />
Do you have to type --exclude-dir multiple times or is there another way?</p>
<p>Example:<br />
$ grep -r --exclude-dir='.svn' --exclude-dir='debug' --exclude-dir='templates' 'my search string' /some/directory</p>
]]></content:encoded>
	</item>
</channel>
</rss>
