<?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; dos2unix</title>
	<atom:link href="http://dontfeedtheseagulls.com/category/dos2unix/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>Recursively convert all text files in a directory from Windows EOL to Unix with dos2unix</title>
		<link>http://dontfeedtheseagulls.com/2009/04/10/recursively-convert-all-text-files-in-a-directory-from-windows-eol-to-unix-with-dos2unix/</link>
		<comments>http://dontfeedtheseagulls.com/2009/04/10/recursively-convert-all-text-files-in-a-directory-from-windows-eol-to-unix-with-dos2unix/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 21:36:41 +0000</pubDate>
		<dc:creator>tstauffe</dc:creator>
				<category><![CDATA[dos2unix]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[shell commands]]></category>

		<guid isPermaLink="false">http://dontfeedtheseagulls.com/?p=47</guid>
		<description><![CDATA[find . -type f -exec dos2unix {} \;]]></description>
			<content:encoded><![CDATA[<blockquote><pre>find . -type f -exec dos2unix {} \;</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://dontfeedtheseagulls.com/2009/04/10/recursively-convert-all-text-files-in-a-directory-from-windows-eol-to-unix-with-dos2unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

