<?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>Comments on: Linux pipe find with rm</title>
	<atom:link href="http://www.andreabelvedere.com/coding/linux-pipe-find-rm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.andreabelvedere.com/coding/linux-pipe-find-rm</link>
	<description>Coding, Life</description>
	<lastBuildDate>Sun, 05 Sep 2010 13:18:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: andrea belvedere</title>
		<link>http://www.andreabelvedere.com/coding/linux-pipe-find-rm/comment-page-1#comment-142</link>
		<dc:creator>andrea belvedere</dc:creator>
		<pubDate>Tue, 30 Dec 2008 22:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.andreabelvedere.com/?p=16#comment-142</guid>
		<description>fixed.</description>
		<content:encoded><![CDATA[<p>fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrea belvedere</title>
		<link>http://www.andreabelvedere.com/coding/linux-pipe-find-rm/comment-page-1#comment-141</link>
		<dc:creator>andrea belvedere</dc:creator>
		<pubDate>Tue, 30 Dec 2008 22:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.andreabelvedere.com/?p=16#comment-141</guid>
		<description>Thanks Florian, 
you are absolutely right, &lt;code&gt;rm&lt;/code&gt; will be executed for each file discovered by &lt;code&gt;find&lt;/code&gt;.
The curly brackets &lt;code&gt;{}&lt;/code&gt; are replaced with the current discovered file.
The semicolon &lt;code&gt;;&lt;/code&gt; signals the end of the arguments passed to &lt;code&gt;rm&lt;/code&gt;
The backslash &lt;code&gt;\&lt;/code&gt; escapes the semicolon &lt;code&gt;;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Thanks Florian,<br />
you are absolutely right, <code>rm</code> will be executed for each file discovered by <code>find</code>.<br />
The curly brackets <code>{}</code> are replaced with the current discovered file.<br />
The semicolon <code>;</code> signals the end of the arguments passed to <code>rm</code><br />
The backslash <code>\</code> escapes the semicolon <code>;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian Marcovici</title>
		<link>http://www.andreabelvedere.com/coding/linux-pipe-find-rm/comment-page-1#comment-140</link>
		<dc:creator>Florian Marcovici</dc:creator>
		<pubDate>Tue, 30 Dec 2008 12:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.andreabelvedere.com/?p=16#comment-140</guid>
		<description>damn, they modified my &#039; but you get the point :)</description>
		<content:encoded><![CDATA[<p>damn, they modified my &#8216; but you get the point :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian Marcovici</title>
		<link>http://www.andreabelvedere.com/coding/linux-pipe-find-rm/comment-page-1#comment-139</link>
		<dc:creator>Florian Marcovici</dc:creator>
		<pubDate>Tue, 30 Dec 2008 12:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.andreabelvedere.com/?p=16#comment-139</guid>
		<description>you can achieve the same result like this:
&lt;code&gt;find . -name &#039;*~&#039; -exec rm {} \;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>you can achieve the same result like this:<br />
<code>find . -name '*~' -exec rm {} \;</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
