<?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>NewJokeCity &#187; find replace sed multiple files</title>
	<atom:link href="http://www.newjokecity.com/tag/find-replace-sed-multiple-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.newjokecity.com</link>
	<description>TechNews from the city of NewJoke</description>
	<lastBuildDate>Wed, 18 Aug 2010 13:29:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>find/replace a word in multiple files with find/sed</title>
		<link>http://www.newjokecity.com/2009/07/findreplace-a-word-in-multiple-files-with-findsed/</link>
		<comments>http://www.newjokecity.com/2009/07/findreplace-a-word-in-multiple-files-with-findsed/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 12:32:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[TechNews]]></category>
		<category><![CDATA[find replace sed multiple files]]></category>

		<guid isPermaLink="false">http://www.newjokecity.com/?p=48</guid>
		<description><![CDATA[find . -type f &#124; while read file do sed &#8216;s/original_text/changed_text/g&#8217; $file &#62;$file.$$ mv $file.$$ $file done Print]]></description>
			<content:encoded><![CDATA[<p>find . -type f | while read file<br />
do<br />
sed &#8216;s/original_text/changed_text/g&#8217; $file &gt;$file.$$<br />
mv $file.$$ $file<br />
done</p>
<a id="pwyl_print_button" href="http://www.printwhatyoulike.com/" onclick="javascript:(function(){window._pwyl_home='http://www.printwhatyoulike.com/';window._pwyl_print_button=document.createElement('script');window._pwyl_print_button.setAttribute('type','text/javascript');window._pwyl_print_button.setAttribute('src',window._pwyl_home+'js/print_button/');window._pwyl_print_button.setAttribute('pwyl','true');document.getElementsByTagName('head')[0].appendChild(window._pwyl_print_button);document.body.style.cursor='progress';document.getElementById('pwyl_print_button').style.cursor='progress';})();return false;" title="Print this page" style="text-decoration: none;"><span style="text-decoration: none; color: #719a11;">Print</span></a>]]></content:encoded>
			<wfw:commentRss>http://www.newjokecity.com/2009/07/findreplace-a-word-in-multiple-files-with-findsed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
