<?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>chalda.it &#187; batch</title>
	<atom:link href="http://blog.chalda.it/tag/batch/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.chalda.it</link>
	<description>Appunti di viaggio di Chalda Pnuzig</description>
	<lastBuildDate>Fri, 13 Aug 2010 20:02:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Cambiare nome a molti file in linux</title>
		<link>http://blog.chalda.it/cambiare-nome-a-molti-file-in-linux-4.html#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://blog.chalda.it/cambiare-nome-a-molti-file-in-linux-4.html#comments</comments>
		<pubDate>Sun, 07 Jun 2009 22:23:00 +0000</pubDate>
		<dc:creator>chalda</dc:creator>
				<category><![CDATA[Manuali ed istruzioni]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://chalda.it/blog/?p=4</guid>
		<description><![CDATA[Per rinominare molti file contemporaneamente in una directory in linux si può utilizzare un semplice ciclo for: for filename in *; do mv $filename filename_nuovo; done In questo modo rinomina tutti i file (*) nella directory come filename_nuovo. Per esepio se vogliamo aggiungere a tutti i file in una directory l&#8217;estensione .bak è sufficiente modificare]]></description>
		<wfw:commentRss>http://blog.chalda.it/cambiare-nome-a-molti-file-in-linux-4.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
