<?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"
	>
<channel>
	<title>Comments on: Replace text in multiple files with perl just in one line&#8230;</title>
	<atom:link href="http://www.puneetworld.com/archives/24/feed" rel="self" type="application/rss+xml" />
	<link>http://puneetworld.com/archives/24</link>
	<description>Puneet's Home Page</description>
	<pubDate>Sat, 04 Feb 2012 22:55:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: er.punit</title>
		<link>http://puneetworld.com/archives/24#comment-2289</link>
		<dc:creator>er.punit</dc:creator>
		<pubDate>Wed, 15 Apr 2009 05:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://puneetworld.com/archives/24#comment-2289</guid>
		<description>Hello Ken,

You shoule be able to do it with the followign command like : 

perl -pi -e "`/path/to/replace-patterns.txt`" *.fileExtension

Put all your lookfor and replace with pattern in file replace-patterns.txt.

Thanks,
Puneet</description>
		<content:encoded><![CDATA[<p>Hello Ken,</p>
<p>You shoule be able to do it with the followign command like : </p>
<p>perl -pi -e &#8220;`/path/to/replace-patterns.txt`&#8221; *.fileExtension</p>
<p>Put all your lookfor and replace with pattern in file replace-patterns.txt.</p>
<p>Thanks,<br />
Puneet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://puneetworld.com/archives/24#comment-2288</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Mon, 13 Apr 2009 15:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://puneetworld.com/archives/24#comment-2288</guid>
		<description>Is it possible to use a replace-patterns.txt file to search replace expressions in a file?</description>
		<content:encoded><![CDATA[<p>Is it possible to use a replace-patterns.txt file to search replace expressions in a file?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

