<?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: Find &amp; Replace in Files on Linux</title>
	<atom:link href="http://tdistler.com/2009/04/13/find-replace-in-files-on-linux/feed" rel="self" type="application/rss+xml" />
	<link>http://tdistler.com/2009/04/13/find-replace-in-files-on-linux</link>
	<description>&#34;To err is human, but to really foul things up you need a computer.”</description>
	<lastBuildDate>Wed, 30 Nov 2011 07:44:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Rushi</title>
		<link>http://tdistler.com/2009/04/13/find-replace-in-files-on-linux/comment-page-1#comment-3092</link>
		<dc:creator>Rushi</dc:creator>
		<pubDate>Wed, 13 May 2009 11:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://tdistler.com/?p=200#comment-3092</guid>
		<description>Steve,

exec works well too, but it&#039;s slower than using xargs</description>
		<content:encoded><![CDATA[<p>Steve,</p>
<p>exec works well too, but it&#8217;s slower than using xargs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Mitchell</title>
		<link>http://tdistler.com/2009/04/13/find-replace-in-files-on-linux/comment-page-1#comment-2142</link>
		<dc:creator>Steve Mitchell</dc:creator>
		<pubDate>Mon, 13 Apr 2009 21:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://tdistler.com/?p=200#comment-2142</guid>
		<description>Back when I actually worked for a living, I was always fond of the &quot;exec&quot; argument to find for this type of work.  Will this suffice?

find . -name &quot;*.cpp&quot; -exec sed -ie &#039;s/[find]/[replace]/g&#039; {} \; -print</description>
		<content:encoded><![CDATA[<p>Back when I actually worked for a living, I was always fond of the &#8220;exec&#8221; argument to find for this type of work.  Will this suffice?</p>
<p>find . -name &#8220;*.cpp&#8221; -exec sed -ie &#8216;s/[find]/[replace]/g&#8217; {} \; -print</p>
]]></content:encoded>
	</item>
</channel>
</rss>

