<?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>don't feed the seagulls &#187; diff</title>
	<atom:link href="http://dontfeedtheseagulls.com/category/diff/feed/" rel="self" type="application/rss+xml" />
	<link>http://dontfeedtheseagulls.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 15 Feb 2011 03:21:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Make a recursive diff file</title>
		<link>http://dontfeedtheseagulls.com/2007/11/06/make-a-recursive-diff-file/</link>
		<comments>http://dontfeedtheseagulls.com/2007/11/06/make-a-recursive-diff-file/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 17:17:26 +0000</pubDate>
		<dc:creator>tstauffe</dc:creator>
				<category><![CDATA[diff]]></category>
		<category><![CDATA[shell commands]]></category>

		<guid isPermaLink="false">http://dontfeedtheseagulls.com/2007/11/06/make-a-recursive-diff-file/</guid>
		<description><![CDATA[diff -exclude="*~" -Naur &#60;old_path&#62; &#60;new_path&#62;]]></description>
			<content:encoded><![CDATA[<pre>diff -exclude="*~" -Naur &lt;old_path&gt; &lt;new_path&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://dontfeedtheseagulls.com/2007/11/06/make-a-recursive-diff-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

