<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://mirmodynamics.com/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Mirmo Dynamics - Tag - bash  - Comments</title>
  <link>http://mirmodynamics.com/</link>
  <atom:link href="http://mirmodynamics.com/feed/tag/bash/rss2/comments" rel="self" type="application/rss+xml"/>
  <description>Si tu kiffes pas reunoi, t'écoutes pas et puis c'est tout.</description>
  <language>en</language>
  <pubDate>Sun, 14 Mar 2010 19:59:01 +0100</pubDate>
  <copyright>2003-2009 &amp;copy; Geoffrey Bachelet</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
    
    <item>
    <title>Rename directories to lowercase - Geoffrey</title>
    <link>http://mirmodynamics.com/post/2008/07/10/Rename-directories-to-lowercase#c7992</link>
    <guid isPermaLink="false">urn:md5:97d707ba4b95eab36e47b12727bad346</guid>
    <pubDate>Thu, 10 Jul 2008 17:45:35 +0200</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;I do not have ruby installed on this server :-)&lt;/p&gt;


&lt;p&gt;and your oneliner does not exactly the same as mine&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Rename directories to lowercase - Christophe Maximin</title>
    <link>http://mirmodynamics.com/post/2008/07/10/Rename-directories-to-lowercase#c7991</link>
    <guid isPermaLink="false">urn:md5:4b2a22cc74de11bb3187e6a544a8257b</guid>
    <pubDate>Thu, 10 Jul 2008 15:46:28 +0200</pubDate>
    <dc:creator>Christophe Maximin</dc:creator>
    
    <description>&lt;p&gt;Using a single (and somewhat simple) ruby shell line, you can rename any file to its lowercase version.&lt;/p&gt;

&lt;pre&gt; Dir.new('.').entries.each{|f| File.rename(f,f.downcase) if !(f =~ /(\.|\.\.)/) and File.directory?(f) }&lt;/pre&gt;


&lt;p&gt;Viva el ruby chell !&lt;/p&gt;</description>
  </item>
      
</channel>
</rss>