<?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: Finding the difference in time between the first and last file in a folder using bash</title>
	<atom:link href="http://www.doknowevil.net/2009/08/22/finding-the-difference-in-time-between-the-first-and-last-file-in-a-folder-using-bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.doknowevil.net/2009/08/22/finding-the-difference-in-time-between-the-first-and-last-file-in-a-folder-using-bash/</link>
	<description>Tyler Mulligan's Tips and Tricks For Increasing Efficiency</description>
	<lastBuildDate>Tue, 23 Feb 2010 23:38:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mr. Bougo</title>
		<link>http://www.doknowevil.net/2009/08/22/finding-the-difference-in-time-between-the-first-and-last-file-in-a-folder-using-bash/comment-page-1/#comment-66729</link>
		<dc:creator>Mr. Bougo</dc:creator>
		<pubDate>Sun, 23 Aug 2009 08:23:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.doknowevil.net/?p=440#comment-66729</guid>
		<description>start_date=$(date --utc --reference=&quot;$(ls -t &#124; head -n1)&quot; +%s)
end_date=$(date --utc --reference=&quot;$(ls -rt &#124; head -n1)&quot; +%s)

You&#039;re forking too much.</description>
		<content:encoded><![CDATA[<p>start_date=$(date &#8211;utc &#8211;reference=&#8221;$(ls -t | head -n1)&#8221; +%s)<br />
end_date=$(date &#8211;utc &#8211;reference=&#8221;$(ls -rt | head -n1)&#8221; +%s)</p>
<p>You&#8217;re forking too much.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
