<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Commenti a: Comandi utili shell bash parte 1</title>
	<atom:link href="http://www.intilinux.com/comandi-shell/720/comandi-utili-shell-bash-parte-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.intilinux.com/comandi-shell/720/comandi-utili-shell-bash-parte-1/</link>
	<description>INTelligence In LINUX</description>
	<lastBuildDate>Thu, 29 Jul 2010 22:49:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Di: Simone</title>
		<link>http://www.intilinux.com/comandi-shell/720/comandi-utili-shell-bash-parte-1/comment-page-1/#comment-21334</link>
		<dc:creator>Simone</dc:creator>
		<pubDate>Sun, 04 Jan 2009 01:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.intilinux.com/?p=720#comment-21334</guid>
		<description>&gt; # for i in `find . -name test`; do rm $i ; done
&gt;–&gt; cancella usando find per identificare i file

Sfrutterei più a fondo find :)
find . -name test -exec rm {} \;</description>
		<content:encoded><![CDATA[<p>&gt; # for i in `find . -name test`; do rm $i ; done<br />
&gt;–&gt; cancella usando find per identificare i file</p>
<p>Sfrutterei più a fondo find <img src='http://www.intilinux.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
find . -name test -exec rm {} \;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: intilinux</title>
		<link>http://www.intilinux.com/comandi-shell/720/comandi-utili-shell-bash-parte-1/comment-page-1/#comment-16548</link>
		<dc:creator>intilinux</dc:creator>
		<pubDate>Thu, 12 Jun 2008 10:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.intilinux.com/?p=720#comment-16548</guid>
		<description>Hai ragione...! Correggo....</description>
		<content:encoded><![CDATA[<p>Hai ragione&#8230;! Correggo&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: gedi</title>
		<link>http://www.intilinux.com/comandi-shell/720/comandi-utili-shell-bash-parte-1/comment-page-1/#comment-16544</link>
		<dc:creator>gedi</dc:creator>
		<pubDate>Thu, 12 Jun 2008 09:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.intilinux.com/?p=720#comment-16544</guid>
		<description>ehi ottimo argomento :) ti segnalo solo un errore nel comando
# for i in `la -la file*`; do rm $i ; done
–&gt; cancella usando ls-la per identificare I file

che immagino sia `ls -la file*`

ciaociao e grazie per le news</description>
		<content:encoded><![CDATA[<p>ehi ottimo argomento <img src='http://www.intilinux.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ti segnalo solo un errore nel comando<br />
# for i in `la -la file*`; do rm $i ; done<br />
–&gt; cancella usando ls-la per identificare I file</p>
<p>che immagino sia `ls -la file*`</p>
<p>ciaociao e grazie per le news</p>
]]></content:encoded>
	</item>
</channel>
</rss>
