<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.1-alpha" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: bash annoyance</title>
	<link>http://linux4all.blogsome.com/2006/10/14/bash-annoyance/</link>
	<description>Random thoughts about linux, programming, computers and sometimes even about real life</description>
	<pubDate>Sat, 28 Nov 2009 10:02:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1-alpha</generator>

	<item>
		<title>by: linux4all</title>
		<link>http://linux4all.blogsome.com/2006/10/14/bash-annoyance/#comment-16</link>
		<pubDate>Thu, 21 Dec 2006 20:03:02 +0000</pubDate>
		<guid>http://linux4all.blogsome.com/2006/10/14/bash-annoyance/#comment-16</guid>
					<description>As far as i know rename does not accept regexps. I tried what you suggested, but it did nothing. Did you check the command?</description>
		<content:encoded><![CDATA[	<p>As far as i know rename does not accept regexps. I tried what you suggested, but it did nothing. Did you check the command?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: eric casteleijn</title>
		<link>http://linux4all.blogsome.com/2006/10/14/bash-annoyance/#comment-15</link>
		<pubDate>Thu, 21 Dec 2006 16:44:23 +0000</pubDate>
		<guid>http://linux4all.blogsome.com/2006/10/14/bash-annoyance/#comment-15</guid>
					<description>Uhmm, how about 'rename'? ;)

to convert spaces to underscores for instance:

rename y/\ /_/ *

to convert to lowercase:

rename y/A-Z/a-z/ *

(Of course care should be taken with the *, that renames everything in the current directory...)</description>
		<content:encoded><![CDATA[	<p>Uhmm, how about &#8216;rename&#8217;? <img src='http://linux4all.blogsome.com/wp-images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
	<p>to convert spaces to underscores for instance:</p>
	<p>rename y/\ /_/ *</p>
	<p>to convert to lowercase:</p>
	<p>rename y/A-Z/a-z/ *</p>
	<p>(Of course care should be taken with the *, that renames everything in the current directory&#8230;)
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
