<?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: TIP:  How do I rename multiple files to another extension?</title>
	<atom:link href="http://crazytoon.com/2007/05/02/tip-how-do-i-rename-multiple-files-to-another-extension/feed/" rel="self" type="application/rss+xml" />
	<link>http://crazytoon.com/2007/05/02/tip-how-do-i-rename-multiple-files-to-another-extension/</link>
	<description>Enterprise level solutions, LAMP, Linux, Apache, MySQL, PHP, Perl, Windows, Cache, Optimization</description>
	<lastBuildDate>Tue, 24 Jan 2012 09:44:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sara</title>
		<link>http://crazytoon.com/2007/05/02/tip-how-do-i-rename-multiple-files-to-another-extension/comment-page-1/#comment-817</link>
		<dc:creator>sara</dc:creator>
		<pubDate>Thu, 12 Mar 2009 15:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2007/05/02/tip-how-do-i-rename-multiple-files-to-another-extension/#comment-817</guid>
		<description>hi 
I would like to rename all files that I have in this path: /dbaix/v95nst “.del″ files to “.old” files in a scrip how I can do this? 

Help!</description>
		<content:encoded><![CDATA[<p>hi<br />
I would like to rename all files that I have in this path: /dbaix/v95nst “.del″ files to “.old” files in a scrip how I can do this? </p>
<p>Help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CrazyToon</title>
		<link>http://crazytoon.com/2007/05/02/tip-how-do-i-rename-multiple-files-to-another-extension/comment-page-1/#comment-222</link>
		<dc:creator>CrazyToon</dc:creator>
		<pubDate>Sun, 13 May 2007 21:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2007/05/02/tip-how-do-i-rename-multiple-files-to-another-extension/#comment-222</guid>
		<description>Rasham,
if you are talking about moving to another dir while its renaming you would modify as below:
for old in *.php3; do cp $old /new/dir/name/`basename $old .php3`.php; done

if you just wanted to move all *.php3 to another dir, you can do that by simply using mv command:  

mv *.php3 /new/dir/name/

Let me know if thats all you needed.</description>
		<content:encoded><![CDATA[<p>Rasham,<br />
if you are talking about moving to another dir while its renaming you would modify as below:<br />
for old in *.php3; do cp $old /new/dir/name/`basename $old .php3`.php; done</p>
<p>if you just wanted to move all *.php3 to another dir, you can do that by simply using mv command:  </p>
<p>mv *.php3 /new/dir/name/</p>
<p>Let me know if thats all you needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rasham</title>
		<link>http://crazytoon.com/2007/05/02/tip-how-do-i-rename-multiple-files-to-another-extension/comment-page-1/#comment-221</link>
		<dc:creator>rasham</dc:creator>
		<pubDate>Sun, 13 May 2007 11:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2007/05/02/tip-how-do-i-rename-multiple-files-to-another-extension/#comment-221</guid>
		<description>thanks man.. i was looking for this..   would be great if i knew how to move the files from dir to dir in this commando as well..</description>
		<content:encoded><![CDATA[<p>thanks man.. i was looking for this..   would be great if i knew how to move the files from dir to dir in this commando as well..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

