<?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>LinuxZone.Org &#187; Scripting</title>
	<atom:link href="http://www.linuxzone.org/index.php/category/scripting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxzone.org</link>
	<description>Linux Blog</description>
	<lastBuildDate>Fri, 18 Dec 2009 17:36:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Using find with mtime</title>
		<link>http://www.linuxzone.org/index.php/2008/03/using-find-with-mtime/</link>
		<comments>http://www.linuxzone.org/index.php/2008/03/using-find-with-mtime/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 04:46:04 +0000</pubDate>
		<dc:creator>jc</dc:creator>
				<category><![CDATA[Commands]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[man]]></category>

		<guid isPermaLink="false">http://www.linuxzone.org/?p=11</guid>
		<description><![CDATA[The &#8216;find&#8217; command is a very powerful search tool in UNIX systems. The mtime option comes in very handy when I am trying to troubleshoot a problem, automate tasks or do forensics. Below are some examples: Finding all files owned by apache modified in the last 3 days within /var/www/html: find /var/www/html -type f -user [...]]]></description>
		<wfw:commentRss>http://www.linuxzone.org/index.php/2008/03/using-find-with-mtime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
