<?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: xargs + sed</title>
	<atom:link href="http://www.thisnerdheard.com/2007/04/17/xargs-sed/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thisnerdheard.com/index.php/2007/04/17/xargs-sed/</link>
	<description>Ramblings of a computer geek</description>
	<lastBuildDate>Tue, 03 Jan 2012 19:30:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ejohnson</title>
		<link>http://www.thisnerdheard.com/index.php/2007/04/17/xargs-sed/comment-page-1/#comment-130</link>
		<dc:creator>ejohnson</dc:creator>
		<pubDate>Wed, 18 Apr 2007 06:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisnerdheard.com/index.php/2007/04/17/xargs-sed/#comment-130</guid>
		<description>haha I heard we&#039;re switching to ANT.  I hate makefiles so I&#039;m perfectly ok with that.</description>
		<content:encoded><![CDATA[<p>haha I heard we&#8217;re switching to ANT.  I hate makefiles so I&#8217;m perfectly ok with that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.thisnerdheard.com/index.php/2007/04/17/xargs-sed/comment-page-1/#comment-127</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Wed, 18 Apr 2007 04:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisnerdheard.com/index.php/2007/04/17/xargs-sed/#comment-127</guid>
		<description>BTW you can skip xargs with find by using -exec if you were so inclined to do so  = ]

find . -name Makefile -exec sed -i &#039;&#039; -e &#039;s/-parents/-p/&#039; {} \;

Don&#039;t you know that Makefiles are so old school now. The ants ate them. hahaha</description>
		<content:encoded><![CDATA[<p>BTW you can skip xargs with find by using -exec if you were so inclined to do so  = ]</p>
<p>find . -name Makefile -exec sed -i &#8221; -e &#8216;s/-parents/-p/&#8217; {} \;</p>
<p>Don&#8217;t you know that Makefiles are so old school now. The ants ate them. hahaha</p>
]]></content:encoded>
	</item>
</channel>
</rss>

