<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Commenti per Meox Blog - a programming language resource</title>
	<atom:link href="http://www.meocci.it/wordpress/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.meocci.it/wordpress</link>
	<description>La teoria è quando si sa tutto ma non funziona niente. La pratica è quando funziona tutto ma non si sa il perché. In ogni caso si finisce sempre con il coniugare la teoria con la pratica: non funziona niente e non si sa il perché</description>
	<lastBuildDate>Wed, 25 Aug 2010 12:36:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Commenti su Rinominare in Bash di WaVeR</title>
		<link>http://www.meocci.it/wordpress/?p=28&#038;cpage=1#comment-70</link>
		<dc:creator>WaVeR</dc:creator>
		<pubDate>Wed, 25 Aug 2010 12:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.meocci.it/wordpress/?p=28#comment-70</guid>
		<description>In realtà puoi scrivere anche così:

for i in *.JPG; do
mv &quot;$i&quot; $(echo $i &#124; sed &#039;s/.JPG/.jpg/&#039;);
done;

e risparmiarti un po&#039; di forks (evitando anche di convertire a lowecase anche il nome del file) ;)</description>
		<content:encoded><![CDATA[<p>In realtà puoi scrivere anche così:</p>
<p>for i in *.JPG; do<br />
mv &#8220;$i&#8221; $(echo $i | sed &#8216;s/.JPG/.jpg/&#8217;);<br />
done;</p>
<p>e risparmiarti un po&#8217; di forks (evitando anche di convertire a lowecase anche il nome del file) <img src='http://www.meocci.it/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Commenti su Rinominare in Bash di claudio</title>
		<link>http://www.meocci.it/wordpress/?p=28&#038;cpage=1#comment-36</link>
		<dc:creator>claudio</dc:creator>
		<pubDate>Tue, 16 Mar 2010 16:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.meocci.it/wordpress/?p=28#comment-36</guid>
		<description>utile! grazie...!</description>
		<content:encoded><![CDATA[<p>utile! grazie&#8230;!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commenti su Il mio blog di Mr WordPress</title>
		<link>http://www.meocci.it/wordpress/?p=1&#038;cpage=1#comment-1</link>
		<dc:creator>Mr WordPress</dc:creator>
		<pubDate>Sun, 20 Sep 2009 14:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.meocci.it/wordpress/?p=1#comment-1</guid>
		<description>Hi, this is a comment.&lt;br /&gt;To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.</description>
		<content:encoded><![CDATA[<p>Hi, this is a comment.<br />To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
