<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Penguin on Rails &#187; Shell</title>
	<atom:link href="http://www.cherpec.com/category/shell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cherpec.com</link>
	<description>linux + ruby on rails = love</description>
	<lastBuildDate>Thu, 17 Jun 2010 14:06:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Rename command</title>
		<link>http://www.cherpec.com/2008/12/rename-command/</link>
		<comments>http://www.cherpec.com/2008/12/rename-command/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 09:52:44 +0000</pubDate>
		<dc:creator>Vitalie Cherpec</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[rename]]></category>

		<guid isPermaLink="false">http://www.cherpec.com/?p=63</guid>
		<description><![CDATA[Rename it&#8217;s handy command from util-linux package when you need to rename multiple files. From the manual: 


NAME
       rename - Rename files
SYNOPSIS
       rename from to file...
DESCRIPTION
       rename will rename the specified files
      [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Rename</strong> it&#8217;s handy command from <strong>util-linux</strong> package when you need to rename multiple files. From the manual: </p>
<blockquote>
<pre>
NAME
       rename - Rename files
SYNOPSIS
       rename <strong>from</strong> <strong>to</strong> file...
DESCRIPTION
       rename will rename the specified files
       by replacing the first occurrence of
       <strong>from</strong> in their name by <strong>to</strong>.
...
</pre>
</blockquote>
<p>Example usage:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>vitalie<span style="color: #000000; font-weight: bold;">@</span>silver london<span style="color: #7a0874; font-weight: bold;">&#93;</span>$ <span style="color: #c20cb9; font-weight: bold;">ls</span> <span style="color: #660033;">-1</span>
DSC00967.JPG
DSC00968.JPG
DSC00969.JPG
DSC00970.JPG
DSC00971.JPG
<span style="color: #7a0874; font-weight: bold;">&#91;</span>vitalie<span style="color: #000000; font-weight: bold;">@</span>silver london<span style="color: #7a0874; font-weight: bold;">&#93;</span>$ rename DSC00 london_ <span style="color: #000000; font-weight: bold;">*</span>.JPG
<span style="color: #7a0874; font-weight: bold;">&#91;</span>vitalie<span style="color: #000000; font-weight: bold;">@</span>silver london<span style="color: #7a0874; font-weight: bold;">&#93;</span>$ <span style="color: #c20cb9; font-weight: bold;">ls</span> <span style="color: #660033;">-1</span>
london_967.JPG
london_968.JPG
london_969.JPG
london_970.JPG
london_971.JPG</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.cherpec.com/2008/12/rename-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
