<?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>Pario TechnoBlob &#187; uppercase</title>
	<atom:link href="http://pario.no/tag/uppercase/feed/" rel="self" type="application/rss+xml" />
	<link>http://pario.no</link>
	<description>A cronological documentation test project, nothing serious, really!</description>
	<lastBuildDate>Thu, 02 Feb 2012 13:17:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Rename file name suffix to uppercase or lowercase</title>
		<link>http://pario.no/2008/10/24/rename-file-name-suffix-to-uppercase-or-lowercase/</link>
		<comments>http://pario.no/2008/10/24/rename-file-name-suffix-to-uppercase-or-lowercase/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 18:12:22 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[lowercase]]></category>
		<category><![CDATA[rename]]></category>
		<category><![CDATA[uppercase]]></category>

		<guid isPermaLink="false">http://pario.no/?p=781</guid>
		<description><![CDATA[This is a little oneliner to rename a files suffix from/to uppercase/lowercase. Rename a jpg suffix to JPG in the current folder # find -name "*.jpg" &#124; while read a; do mv "$a" "${a%%.jpg}.JPG" ; done The work JPG can be replaced by any other word :)]]></description>
			<content:encoded><![CDATA[<p>This is a little oneliner to rename a files suffix from/to uppercase/lowercase.</p>
<p>Rename a <strong>jpg</strong> suffix to <strong>JPG</strong> in the current folder</p>
<pre>
# find -name "*.jpg" | while read a; do mv "$a" "${a%%.jpg}.JPG" ; done</pre>
<p>The work JPG can be replaced by any other word :)</p>
<script type="text/javascript">var wordpress_toolbar_urls = [];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMDgvMTAvMjQvcmVuYW1lLWZpbGUtbmFtZS1zdWZmaXgtdG8tdXBwZXJjYXNlLW9yLWxvd2VyY2FzZS88d3B0Yj5SZW5hbWUgZmlsZSBuYW1lIHN1ZmZpeCB0byB1cHBlcmNhc2Ugb3IgbG93ZXJjYXNlPHdwdGI%2BaHR0cDovL3BhcmlvLm5vPHdwdGI%2BUGFyaW8gVGVjaG5vQmxvYg%3D%3D";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2008/10/24/rename-file-name-suffix-to-uppercase-or-lowercase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

