<?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>andrea belvedere &#187; linux</title>
	<atom:link href="http://www.andreabelvedere.com/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.andreabelvedere.com</link>
	<description>Coding, Life</description>
	<lastBuildDate>Wed, 19 May 2010 01:24:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux pipe find with rm</title>
		<link>http://www.andreabelvedere.com/coding/linux-pipe-find-rm</link>
		<comments>http://www.andreabelvedere.com/coding/linux-pipe-find-rm#comments</comments>
		<pubDate>Sat, 13 Sep 2008 14:15:58 +0000</pubDate>
		<dc:creator>andrea belvedere</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.andreabelvedere.com/?p=16</guid>
		<description><![CDATA[find /path/to/dir -name name_of_file_to_match &#124; xargs /bin/rm
I use often the above command to clean a directory from all the back up files created by emacs, so for example if I am developing a site at: /var/www/a-site/ then at the end of the day or at the beginning of a new one I clean up the [...]]]></description>
		<wfw:commentRss>http://www.andreabelvedere.com/coding/linux-pipe-find-rm/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
