<?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>Vorlon's Blog &#187; scripts</title>
	<atom:link href="http://blog.vorlons.info/archives/tag/scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.vorlons.info</link>
	<description>Science, Life, Computers, ... who knows what will end up in here...</description>
	<lastBuildDate>Mon, 12 Oct 2009 15:35:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Kleinmacherei</title>
		<link>http://blog.vorlons.info/archives/2007/01/25/133/</link>
		<comments>http://blog.vorlons.info/archives/2007/01/25/133/#comments</comments>
		<pubDate>Thu, 25 Jan 2007 19:49:11 +0000</pubDate>
		<dc:creator>vorlon</dc:creator>
				<category><![CDATA[Computer stuff]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://blog.vorlons.info/archives/2007/01/25/133/</guid>
		<description><![CDATA[Bevor ich nächstes mal wieder lange überlegen muss hier mal ein kleiner Einzeiler um alle Einträge in einem Verzeichnis in Kleinbuchstaben umzuwandeln: for i in `ls&#124;grep [[:upper:]]&#124; xargs`; do mv $i `echo $i&#124;tr [:upper:] [:lower:]`; done Geht sicherlich auch eleganter, aber es hat funktioniert]]></description>
			<content:encoded><![CDATA[<p>Bevor ich nächstes mal wieder lange überlegen muss hier mal ein kleiner Einzeiler um alle Einträge in einem Verzeichnis in Kleinbuchstaben umzuwandeln:</p>
<p><code>for i in `ls|grep [[:upper:]]| xargs`; do mv $i `echo $i|tr [:upper:] [:lower:]`; done</code></p>
<p>Geht sicherlich auch eleganter, aber es hat funktioniert <img src='http://blog.vorlons.info/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vorlons.info/archives/2007/01/25/133/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

