<?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: Quick tip:  how do you rename all files so spaces are converted to underscores?</title>
	<atom:link href="http://crazytoon.com/2008/08/25/quick-tip-how-do-you-rename-all-files-so-spaces-are-converted-to-underscores/feed/" rel="self" type="application/rss+xml" />
	<link>http://crazytoon.com/2008/08/25/quick-tip-how-do-you-rename-all-files-so-spaces-are-converted-to-underscores/</link>
	<description>Enterprise level solutions, LAMP, Linux, Apache, MySQL, PHP, Perl, Windows, Cache, Optimization</description>
	<lastBuildDate>Wed, 10 Mar 2010 14:50:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bob Jewell</title>
		<link>http://crazytoon.com/2008/08/25/quick-tip-how-do-you-rename-all-files-so-spaces-are-converted-to-underscores/comment-page-1/#comment-781</link>
		<dc:creator>Bob Jewell</dc:creator>
		<pubDate>Tue, 14 Oct 2008 22:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/?p=97#comment-781</guid>
		<description>If you had Foo and FOO in the same directory, you&#039;d end up overwriting one of them, I believe.
You could use --backup=numbered or something like that with your move command to automatically add numbers to the files and then do a find for all numbered files and solve the errors manually in a clean way.</description>
		<content:encoded><![CDATA[<p>If you had Foo and FOO in the same directory, you&#8217;d end up overwriting one of them, I believe.<br />
You could use &#8211;backup=numbered or something like that with your move command to automatically add numbers to the files and then do a find for all numbered files and solve the errors manually in a clean way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ebrahim</title>
		<link>http://crazytoon.com/2008/08/25/quick-tip-how-do-you-rename-all-files-so-spaces-are-converted-to-underscores/comment-page-1/#comment-754</link>
		<dc:creator>Ebrahim</dc:creator>
		<pubDate>Wed, 27 Aug 2008 21:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/?p=97#comment-754</guid>
		<description>In Debian:
$ rename &#039;s/ /_/g&#039; *</description>
		<content:encoded><![CDATA[<p>In Debian:<br />
$ rename &#8217;s/ /_/g&#8217; *</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunny Walia</title>
		<link>http://crazytoon.com/2008/08/25/quick-tip-how-do-you-rename-all-files-so-spaces-are-converted-to-underscores/comment-page-1/#comment-753</link>
		<dc:creator>Sunny Walia</dc:creator>
		<pubDate>Tue, 26 Aug 2008 22:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/?p=97#comment-753</guid>
		<description>mmv doesn&#039;t work for me in centos.  What distro are you using LenZ?</description>
		<content:encoded><![CDATA[<p>mmv doesn&#8217;t work for me in centos.  What distro are you using LenZ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LenZ</title>
		<link>http://crazytoon.com/2008/08/25/quick-tip-how-do-you-rename-all-files-so-spaces-are-converted-to-underscores/comment-page-1/#comment-752</link>
		<dc:creator>LenZ</dc:creator>
		<pubDate>Tue, 26 Aug 2008 21:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/?p=97#comment-752</guid>
		<description>Alternatively, you could have used mmv(1):

mmv &quot;*&quot; &quot;#l1&quot;  # Make all file names lowercase
mmv &quot;* *&quot; &quot;#1_#2&quot; # Replace blank with underscore

You may have to repeat the second step for files with multiple blanks.</description>
		<content:encoded><![CDATA[<p>Alternatively, you could have used mmv(1):</p>
<p>mmv &#8220;*&#8221; &#8220;#l1&#8243;  # Make all file names lowercase<br />
mmv &#8220;* *&#8221; &#8220;#1_#2&#8243; # Replace blank with underscore</p>
<p>You may have to repeat the second step for files with multiple blanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
