<?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: Recursive Find and Replace With grep and Perl</title>
	<atom:link href="http://iamseanmurphy.com/2009/04/11/recursive-find-and-replace-with-grep-and-perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://iamseanmurphy.com/2009/04/11/recursive-find-and-replace-with-grep-and-perl/</link>
	<description>Thoughts, news, code by Sean Murphy</description>
	<lastBuildDate>Wed, 27 Jul 2011 14:16:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jesse</title>
		<link>http://iamseanmurphy.com/2009/04/11/recursive-find-and-replace-with-grep-and-perl/comment-page-1/#comment-925</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Tue, 13 Jul 2010 06:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://iamseanmurphy.com/2009/04/11/recursive-find-and-replace-with-grep-and-perl/#comment-925</guid>
		<description>If you have ack (way faster than grep) you can:
ack -al test &#124; xargs sed &#039;s/test/foo/g&#039;
to test and add the -i to sed to write the files
ack -al test &#124; xargs sed -i &#039;s/test/foo/g&#039;

It doesn&#039;t make a backup, but that&#039;s what version control is for, right? ;-)</description>
		<content:encoded><![CDATA[<p>If you have ack (way faster than grep) you can:<br />
ack -al test | xargs sed &#8216;s/test/foo/g&#8217;<br />
to test and add the -i to sed to write the files<br />
ack -al test | xargs sed -i &#8216;s/test/foo/g&#8217;</p>
<p>It doesn&#8217;t make a backup, but that&#8217;s what version control is for, right? <img src='http://iamseanmurphy.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russell</title>
		<link>http://iamseanmurphy.com/2009/04/11/recursive-find-and-replace-with-grep-and-perl/comment-page-1/#comment-924</link>
		<dc:creator>Russell</dc:creator>
		<pubDate>Mon, 21 Jun 2010 04:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://iamseanmurphy.com/2009/04/11/recursive-find-and-replace-with-grep-and-perl/#comment-924</guid>
		<description>Cool, worked a treat :)</description>
		<content:encoded><![CDATA[<p>Cool, worked a treat <img src='http://iamseanmurphy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Hofer</title>
		<link>http://iamseanmurphy.com/2009/04/11/recursive-find-and-replace-with-grep-and-perl/comment-page-1/#comment-910</link>
		<dc:creator>Christian Hofer</dc:creator>
		<pubDate>Thu, 19 Nov 2009 15:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://iamseanmurphy.com/2009/04/11/recursive-find-and-replace-with-grep-and-perl/#comment-910</guid>
		<description>Thank you very very much :-))</description>
		<content:encoded><![CDATA[<p>Thank you very very much <img src='http://iamseanmurphy.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
</channel>
</rss>

