<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: shell code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sat, 30 Aug 2008 07:41:11 GMT</pubDate>
    <description>DZone Snippets: shell code</description>
    <item>
      <title>Rename all *.gif files in a directory (prefix)</title>
      <link>http://snippets.dzone.com/posts/show/4315</link>
      <description>// My mind always seems to draw a blank when I want to do this sort of thing, so here's a concise little self-reminder&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;for file in $(echo *.gif); do mv ${file} prefix.${file}; done&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Wed, 18 Jul 2007 03:52:08 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/4315</guid>
      <author>logankoester (Logan Koester)</author>
    </item>
  </channel>
</rss>
