<?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: How I used the Unix command line to do a multi-file search and replace to fix over 4,700 individual files</title>
	<atom:link href="http://www.gabrielserafini.com/blog/2007/03/21/how-i-used-the-unix-command-line-to-do-a-multi-file-search-and-replace-to-fix-over-4700-individual-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gabrielserafini.com/blog/2007/03/21/how-i-used-the-unix-command-line-to-do-a-multi-file-search-and-replace-to-fix-over-4700-individual-files/</link>
	<description>Web Design, Development and Business</description>
	<lastBuildDate>Tue, 24 Jan 2012 01:30:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Marty Hoskins</title>
		<link>http://www.gabrielserafini.com/blog/2007/03/21/how-i-used-the-unix-command-line-to-do-a-multi-file-search-and-replace-to-fix-over-4700-individual-files/comment-page-1/#comment-128861</link>
		<dc:creator>Marty Hoskins</dc:creator>
		<pubDate>Tue, 09 Mar 2010 00:27:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.gabrielserafini.com/?p=795#comment-128861</guid>
		<description>I am finding that this will work:

find . -type f -print0 -name &#039;*&#039; -exec grep &quot;nsfer.com&quot; {} \; &#124; xargs -0 replace &#039;&#039; &#039;&#039; --</description>
		<content:encoded><![CDATA[<p>I am finding that this will work:</p>
<p>find . -type f -print0 -name &#8216;*&#8217; -exec grep &#8220;nsfer.com&#8221; {} \; | xargs -0 replace &#8221; &#8221; &#8211;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marty Hoskins</title>
		<link>http://www.gabrielserafini.com/blog/2007/03/21/how-i-used-the-unix-command-line-to-do-a-multi-file-search-and-replace-to-fix-over-4700-individual-files/comment-page-1/#comment-128860</link>
		<dc:creator>Marty Hoskins</dc:creator>
		<pubDate>Mon, 08 Mar 2010 22:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.gabrielserafini.com/?p=795#comment-128860</guid>
		<description>I just tried this on a server. It works pretty good, but if a file has a space in the name, it assumes everything before the space is a directory name and fails on those files.  Is there a way to overcome this.</description>
		<content:encoded><![CDATA[<p>I just tried this on a server. It works pretty good, but if a file has a space in the name, it assumes everything before the space is a directory name and fails on those files.  Is there a way to overcome this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: swiz</title>
		<link>http://www.gabrielserafini.com/blog/2007/03/21/how-i-used-the-unix-command-line-to-do-a-multi-file-search-and-replace-to-fix-over-4700-individual-files/comment-page-1/#comment-128842</link>
		<dc:creator>swiz</dc:creator>
		<pubDate>Fri, 19 Feb 2010 20:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.gabrielserafini.com/?p=795#comment-128842</guid>
		<description>I usually break out a perl one liner...that is pretty slick, though.</description>
		<content:encoded><![CDATA[<p>I usually break out a perl one liner&#8230;that is pretty slick, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How can you remove the iframe hack server wide? - cPanel Forums</title>
		<link>http://www.gabrielserafini.com/blog/2007/03/21/how-i-used-the-unix-command-line-to-do-a-multi-file-search-and-replace-to-fix-over-4700-individual-files/comment-page-1/#comment-128820</link>
		<dc:creator>How can you remove the iframe hack server wide? - cPanel Forums</dc:creator>
		<pubDate>Mon, 18 Jan 2010 06:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.gabrielserafini.com/?p=795#comment-128820</guid>
		<description>[...]  Thanks     Kindly check the below mentioned URL which might helps you to solve your issue:  How I used the Unix command line to do a multi-file search and replace to fix over 4,700 individual ...     __________________ Windows Hosting &#124; Host Directory  Cheapest Website Hosting &#124; US [...]</description>
		<content:encoded><![CDATA[<p>[...]  Thanks     Kindly check the below mentioned URL which might helps you to solve your issue:  How I used the Unix command line to do a multi-file search and replace to fix over 4,700 individual &#8230;     __________________ Windows Hosting | Host Directory  Cheapest Website Hosting | US [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Troo</title>
		<link>http://www.gabrielserafini.com/blog/2007/03/21/how-i-used-the-unix-command-line-to-do-a-multi-file-search-and-replace-to-fix-over-4700-individual-files/comment-page-1/#comment-114733</link>
		<dc:creator>Troo</dc:creator>
		<pubDate>Sun, 19 Oct 2008 15:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.gabrielserafini.com/?p=795#comment-114733</guid>
		<description>Huge thanks for this tip! Saved me from an afternoon of pain ;)</description>
		<content:encoded><![CDATA[<p>Huge thanks for this tip! Saved me from an afternoon of pain <img src='http://www.gabrielserafini.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://www.gabrielserafini.com/blog/2007/03/21/how-i-used-the-unix-command-line-to-do-a-multi-file-search-and-replace-to-fix-over-4700-individual-files/comment-page-1/#comment-112263</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Tue, 09 Sep 2008 22:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.gabrielserafini.com/?p=795#comment-112263</guid>
		<description>How would you do this if you string to find and replace contained slashes?</description>
		<content:encoded><![CDATA[<p>How would you do this if you string to find and replace contained slashes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Connor</title>
		<link>http://www.gabrielserafini.com/blog/2007/03/21/how-i-used-the-unix-command-line-to-do-a-multi-file-search-and-replace-to-fix-over-4700-individual-files/comment-page-1/#comment-109501</link>
		<dc:creator>Connor</dc:creator>
		<pubDate>Thu, 07 Aug 2008 17:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.gabrielserafini.com/?p=795#comment-109501</guid>
		<description>Solaris doesn&#039;t accept the -i :&#039;(</description>
		<content:encoded><![CDATA[<p>Solaris doesn&#8217;t accept the -i :&#8217;(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Captain Winky</title>
		<link>http://www.gabrielserafini.com/blog/2007/03/21/how-i-used-the-unix-command-line-to-do-a-multi-file-search-and-replace-to-fix-over-4700-individual-files/comment-page-1/#comment-105905</link>
		<dc:creator>Captain Winky</dc:creator>
		<pubDate>Sat, 07 Jun 2008 01:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.gabrielserafini.com/?p=795#comment-105905</guid>
		<description>Worked like a charm!  Thanks! :)</description>
		<content:encoded><![CDATA[<p>Worked like a charm!  Thanks! <img src='http://www.gabrielserafini.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnbhai</title>
		<link>http://www.gabrielserafini.com/blog/2007/03/21/how-i-used-the-unix-command-line-to-do-a-multi-file-search-and-replace-to-fix-over-4700-individual-files/comment-page-1/#comment-29706</link>
		<dc:creator>johnbhai</dc:creator>
		<pubDate>Mon, 02 Apr 2007 18:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.gabrielserafini.com/?p=795#comment-29706</guid>
		<description>&gt;&gt;Iâ€™m pretty sure it was a script that was able to run on the box itself. The cPanel vulnerability was pretty severe to let that happen.

What have you done to avoid this from happening again ? the vulnerability still exists ?</description>
		<content:encoded><![CDATA[<p>&gt;&gt;Iâ€™m pretty sure it was a script that was able to run on the box itself. The cPanel vulnerability was pretty severe to let that happen.</p>
<p>What have you done to avoid this from happening again ? the vulnerability still exists ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timothy R. Butler</title>
		<link>http://www.gabrielserafini.com/blog/2007/03/21/how-i-used-the-unix-command-line-to-do-a-multi-file-search-and-replace-to-fix-over-4700-individual-files/comment-page-1/#comment-29468</link>
		<dc:creator>Timothy R. Butler</dc:creator>
		<pubDate>Wed, 28 Mar 2007 03:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.gabrielserafini.com/?p=795#comment-29468</guid>
		<description>Hey, thanks for the tip. It was a real time saver!</description>
		<content:encoded><![CDATA[<p>Hey, thanks for the tip. It was a real time saver!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

