<?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: Shell Geek: Rename Multiple Files At Once</title>
	<atom:link href="http://www.howtogeek.com/howto/ubuntu/shell-geek-rename-multiple-files-at-once/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/ubuntu/shell-geek-rename-multiple-files-at-once/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Sun, 08 Nov 2009 07:56:33 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: scripter</title>
		<link>http://www.howtogeek.com/howto/ubuntu/shell-geek-rename-multiple-files-at-once/comment-page-1/#comment-77827</link>
		<dc:creator>scripter</dc:creator>
		<pubDate>Wed, 14 Oct 2009 17:17:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/shell-geek-rename-multiple-files-at-once/#comment-77827</guid>
		<description>&lt;a href=&quot;http://scripterworld.blogspot.com/2009/10/rename-multiple-files-at-once-in-unix.html&quot; rel=&quot;nofollow&quot;&gt; renaming multiple files at once &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://scripterworld.blogspot.com/2009/10/rename-multiple-files-at-once-in-unix.html" rel="nofollow"> renaming multiple files at once </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://www.howtogeek.com/howto/ubuntu/shell-geek-rename-multiple-files-at-once/comment-page-1/#comment-68989</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Sat, 21 Mar 2009 15:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/shell-geek-rename-multiple-files-at-once/#comment-68989</guid>
		<description>This is great, and I use it frequently for changing filename suffixes.

However, if you are stuck with filenames that contain spaces, you need to quote around the variable and the replacement expression, as shown in the example below.

for f in *;do mv &quot;$f&quot; &quot;${f/\.oga/.ogg}&quot;;done</description>
		<content:encoded><![CDATA[<p>This is great, and I use it frequently for changing filename suffixes.</p>
<p>However, if you are stuck with filenames that contain spaces, you need to quote around the variable and the replacement expression, as shown in the example below.</p>
<p>for f in *;do mv &#8220;$f&#8221; &#8220;${f/\.oga/.ogg}&#8221;;done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felipe alvarez</title>
		<link>http://www.howtogeek.com/howto/ubuntu/shell-geek-rename-multiple-files-at-once/comment-page-1/#comment-66091</link>
		<dc:creator>felipe alvarez</dc:creator>
		<pubDate>Tue, 03 Feb 2009 04:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/shell-geek-rename-multiple-files-at-once/#comment-66091</guid>
		<description>You are a GOD. This is what I have been looking for. Can this functionality exist outside of &quot;for loop&quot;. How good is Bash&#039;s regex engine?  Is it full featured?

&quot;ls [^a}*&quot; finds all files that begin with anything BUT letter &quot;a&quot;.  What else is possible?</description>
		<content:encoded><![CDATA[<p>You are a GOD. This is what I have been looking for. Can this functionality exist outside of &#8220;for loop&#8221;. How good is Bash&#8217;s regex engine?  Is it full featured?</p>
<p>&#8220;ls [^a}*&#8221; finds all files that begin with anything BUT letter &#8220;a&#8221;.  What else is possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sachadon</title>
		<link>http://www.howtogeek.com/howto/ubuntu/shell-geek-rename-multiple-files-at-once/comment-page-1/#comment-54791</link>
		<dc:creator>sachadon</dc:creator>
		<pubDate>Thu, 31 Jul 2008 13:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/shell-geek-rename-multiple-files-at-once/#comment-54791</guid>
		<description>Hey... thanks a lot for this article ... this really saved lot of my time .... i reallly appreciate it ...</description>
		<content:encoded><![CDATA[<p>Hey&#8230; thanks a lot for this article &#8230; this really saved lot of my time &#8230;. i reallly appreciate it &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skeptic</title>
		<link>http://www.howtogeek.com/howto/ubuntu/shell-geek-rename-multiple-files-at-once/comment-page-1/#comment-54006</link>
		<dc:creator>skeptic</dc:creator>
		<pubDate>Fri, 18 Jul 2008 01:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/shell-geek-rename-multiple-files-at-once/#comment-54006</guid>
		<description>thanks, really nice article, it has saved me some time and it will alot more in the future.</description>
		<content:encoded><![CDATA[<p>thanks, really nice article, it has saved me some time and it will alot more in the future.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.129 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2009-11-08 03:30:30 -->
