<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Convert Mac Line Endings</title>
	<link>http://damonparker.org/blog/2006/01/05/convert-mac-line-endings/</link>
	<description>mental spew</description>
	<pubDate>Wed, 07 Jan 2009 16:49:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>By: Chris</title>
		<link>http://damonparker.org/blog/2006/01/05/convert-mac-line-endings/#comment-25886</link>
		<author>Chris</author>
		<pubDate>Thu, 13 Dec 2007 23:59:25 +0000</pubDate>
		<guid>http://damonparker.org/blog/2006/01/05/convert-mac-line-endings/#comment-25886</guid>
					<description>Use it like this if you will (Assuming you want to convert all cpp and h line endings to dos):

cd to project directory
find . -name '*.cpp' &#124; xargs /tools/flip -d; find . -name '*.h' &#124; xargs /tools/flip -d;</description>
		<content:encoded><![CDATA[<p>Use it like this if you will (Assuming you want to convert all cpp and h line endings to dos):</p>
<p>cd to project directory<br />
find . -name &#8216;*.cpp&#8217; | xargs /tools/flip -d; find . -name &#8216;*.h&#8217; | xargs /tools/flip -d;</p>
]]></content:encoded>
				</item>
</channel>
</rss>
