<?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: Replace Space With Underscore in Filename</title>
	<atom:link href="http://littlebrain.org/2008/10/19/replace-space-with-undescore-in-filename/feed/" rel="self" type="application/rss+xml" />
	<link>http://littlebrain.org/2008/10/19/replace-space-with-undescore-in-filename/</link>
	<description>me and my brain</description>
	<lastBuildDate>Wed, 28 Jul 2010 06:30:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: sell gold</title>
		<link>http://littlebrain.org/2008/10/19/replace-space-with-undescore-in-filename/comment-page-1/#comment-11232</link>
		<dc:creator>sell gold</dc:creator>
		<pubDate>Wed, 21 Jul 2010 12:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://littlebrain.org/?p=195#comment-11232</guid>
		<description>Do you have an outdoor space that you dream of entertaining in but it is lacking that certain something that makes it a place that you want to be? If so, there are some simple things that you can do to make the space your very own.</description>
		<content:encoded><![CDATA[<p>Do you have an outdoor space that you dream of entertaining in but it is lacking that certain something that makes it a place that you want to be? If so, there are some simple things that you can do to make the space your very own.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RiCON</title>
		<link>http://littlebrain.org/2008/10/19/replace-space-with-undescore-in-filename/comment-page-1/#comment-8607</link>
		<dc:creator>RiCON</dc:creator>
		<pubDate>Wed, 09 Sep 2009 12:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://littlebrain.org/?p=195#comment-8607</guid>
		<description>In Ubuntu, at least:
rename &#039;y/ /_/&#039; *

rename is a perl script using perl regex. Therefore:

&quot;y/{0}/{1}/&quot;: Search list for all occurrences of {0} and substitute by {1}
* :  Feeds all files in current dir</description>
		<content:encoded><![CDATA[<p>In Ubuntu, at least:<br />
rename &#8216;y/ /_/&#8217; *</p>
<p>rename is a perl script using perl regex. Therefore:</p>
<p>&#8220;y/{0}/{1}/&#8221;: Search list for all occurrences of {0} and substitute by {1}<br />
* :  Feeds all files in current dir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marklee</title>
		<link>http://littlebrain.org/2008/10/19/replace-space-with-undescore-in-filename/comment-page-1/#comment-8058</link>
		<dc:creator>marklee</dc:creator>
		<pubDate>Wed, 15 Jul 2009 10:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://littlebrain.org/?p=195#comment-8058</guid>
		<description>Well it is interesting, &lt;a href=&quot;http://www.certyourself.com&quot; rel=&quot;nofollow&quot;&gt;certification&lt;/a&gt;
 and what can I say to it but it doesn&#039;t agreed me cent by cent.</description>
		<content:encoded><![CDATA[<p>Well it is interesting, <a href="http://www.certyourself.com" rel="nofollow">certification</a><br />
 and what can I say to it but it doesn&#8217;t agreed me cent by cent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: just_a_remark</title>
		<link>http://littlebrain.org/2008/10/19/replace-space-with-undescore-in-filename/comment-page-1/#comment-3076</link>
		<dc:creator>just_a_remark</dc:creator>
		<pubDate>Wed, 17 Dec 2008 19:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://littlebrain.org/?p=195#comment-3076</guid>
		<description>for f in *; do mv &quot;$f&quot; `echo $f &#124; tr &#039; &#039; &#039;_&#039;`; done

(not mine, taken from http://linuxconfig.wordpress.com/2008/01/04/remove-white-space-from-file-name-and-rename-it-with-bash-command/)

BUT - I like python too much!</description>
		<content:encoded><![CDATA[<p>for f in *; do mv &#8220;$f&#8221; `echo $f | tr &#8216; &#8216; &#8216;_&#8217;`; done</p>
<p>(not mine, taken from <a href="http://linuxconfig.wordpress.com/2008/01/04/remove-white-space-from-file-name-and-rename-it-with-bash-command/)" rel="nofollow">http://linuxconfig.wordpress.com/2008/01/04/remove-white-space-from-file-name-and-rename-it-with-bash-command/)</a></p>
<p>BUT &#8211; I like python too much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZaQ</title>
		<link>http://littlebrain.org/2008/10/19/replace-space-with-undescore-in-filename/comment-page-1/#comment-2819</link>
		<dc:creator>ZaQ</dc:creator>
		<pubDate>Tue, 18 Nov 2008 08:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://littlebrain.org/?p=195#comment-2819</guid>
		<description>*menunggu edisi november*
*siul siul*</description>
		<content:encoded><![CDATA[<p>*menunggu edisi november*<br />
*siul siul*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: little brain</title>
		<link>http://littlebrain.org/2008/10/19/replace-space-with-undescore-in-filename/comment-page-1/#comment-2493</link>
		<dc:creator>little brain</dc:creator>
		<pubDate>Mon, 20 Oct 2008 06:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://littlebrain.org/?p=195#comment-2493</guid>
		<description>no no no. geek is when you spend hours to find how to do in bash scripting since it&#039;s, by logic, the right thing to do :P</description>
		<content:encoded><![CDATA[<p>no no no. geek is when you spend hours to find how to do in bash scripting since it&#8217;s, by logic, the right thing to do <img src='http://littlebrain.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rinaldi</title>
		<link>http://littlebrain.org/2008/10/19/replace-space-with-undescore-in-filename/comment-page-1/#comment-2491</link>
		<dc:creator>Rinaldi</dc:creator>
		<pubDate>Mon, 20 Oct 2008 04:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://littlebrain.org/?p=195#comment-2491</guid>
		<description>g33k! :D</description>
		<content:encoded><![CDATA[<p>g33k! <img src='http://littlebrain.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
