<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.peterpap.net/index.php?action=history&amp;feed=atom&amp;title=Sed_commands</id>
		<title>Sed commands - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://www.peterpap.net/index.php?action=history&amp;feed=atom&amp;title=Sed_commands"/>
		<link rel="alternate" type="text/html" href="https://www.peterpap.net/index.php?title=Sed_commands&amp;action=history"/>
		<updated>2026-05-05T01:40:36Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.27.1</generator>

	<entry>
		<id>https://www.peterpap.net/index.php?title=Sed_commands&amp;diff=362&amp;oldid=prev</id>
		<title>Ppapa: Created page with &quot; == Find and Replace ==   for file in `find . -type f | awk -F/ ' { print $2 }'`  do  sed -e 's/find/replace/g' &lt; $file &gt; /tmp/$file;  mv /tmp/$file $file  done&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.peterpap.net/index.php?title=Sed_commands&amp;diff=362&amp;oldid=prev"/>
				<updated>2011-07-05T06:12:24Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot; == Find and Replace ==   for file in `find . -type f | awk -F/ &amp;#039; { print $2 }&amp;#039;`  do  sed -e &amp;#039;s/find/replace/g&amp;#039; &amp;lt; $file &amp;gt; /tmp/$file;  mv /tmp/$file $file  done&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
== Find and Replace ==&lt;br /&gt;
&lt;br /&gt;
 for file in `find . -type f | awk -F/ ' { print $2 }'`&lt;br /&gt;
 do&lt;br /&gt;
 sed -e 's/find/replace/g' &amp;lt; $file &amp;gt; /tmp/$file;&lt;br /&gt;
 mv /tmp/$file $file&lt;br /&gt;
 done&lt;/div&gt;</summary>
		<author><name>Ppapa</name></author>	</entry>

	</feed>