<?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>Max Clark &#187; manpage</title>
	<atom:link href="http://www.clarksys.com/blog/tag/manpage/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clarksys.com</link>
	<description>Rants and Raves!</description>
	<lastBuildDate>Thu, 10 Nov 2011 17:12:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Read the Man Page</title>
		<link>http://www.clarksys.com/blog/2008/12/07/read-the-man-page/</link>
		<comments>http://www.clarksys.com/blog/2008/12/07/read-the-man-page/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 11:58:04 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[manpage]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=398</guid>
		<description><![CDATA[For years I have been using the syntax: $ find . -type f -exec rm {} \; For some reason I took the time to read the man page for find today and guess what: $ find . -type f &#8230; <a href="http://www.clarksys.com/blog/2008/12/07/read-the-man-page/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For years I have been using the syntax:<br />
<code><br />
$ find . -type f -exec rm {} \;<br />
</code><br />
For some reason I took the time to read the man page for find today and guess what:<br />
<code><br />
$ find . -type f -delete<br />
</code><br />
Does the exact same thing and it is almost instant. Lesson learned, every now and again read the man page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2008/12/07/read-the-man-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

