<?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"
	>
<channel>
	<title>Comments on: how-to delete 0 bytes files</title>
	<atom:link href="http://dagus.org/2007/10/04/how-to-delete-0-bytes-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://dagus.org/2007/10/04/how-to-delete-0-bytes-files/</link>
	<description>Everybody is looking for something</description>
	<pubDate>Tue, 06 Jan 2009 11:28:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: gus</title>
		<link>http://dagus.org/2007/10/04/how-to-delete-0-bytes-files/#comment-4747</link>
		<dc:creator>gus</dc:creator>
		<pubDate>Wed, 17 Oct 2007 16:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://dagus.org/?p=57#comment-4747</guid>
		<description>If you want to do the same with find you should add a maxdepth, something like this,

 find ./* -maxdepth 0 -size 0 &#124; xargs rm

or

 find ./* -maxdepth 0 -size 0 -exec rm {} +</description>
		<content:encoded><![CDATA[<p>If you want to do the same with find you should add a maxdepth, something like this,</p>
<p> find ./* -maxdepth 0 -size 0 | xargs rm</p>
<p>or</p>
<p> find ./* -maxdepth 0 -size 0 -exec rm {} +</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alejandro Segovia</title>
		<link>http://dagus.org/2007/10/04/how-to-delete-0-bytes-files/#comment-4746</link>
		<dc:creator>Alejandro Segovia</dc:creator>
		<pubDate>Wed, 17 Oct 2007 16:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://dagus.org/?p=57#comment-4746</guid>
		<description>Hey, what about:

find . -size 0 &#124; xargs rm

Cheers!</description>
		<content:encoded><![CDATA[<p>Hey, what about:</p>
<p>find . -size 0 | xargs rm</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
