<?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: Find Files that are Modified Today (or Since Certain Time Ago) in Unix</title>
	<atom:link href="http://www.mydigitallife.info/2006/01/19/find-files-that-are-modified-today-or-since-certain-time-ago-in-unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mydigitallife.info/2006/01/19/find-files-that-are-modified-today-or-since-certain-time-ago-in-unix/</link>
	<description>Living Digitally and Electronically</description>
	<lastBuildDate>Mon, 09 Nov 2009 11:25:12 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike</title>
		<link>http://www.mydigitallife.info/2006/01/19/find-files-that-are-modified-today-or-since-certain-time-ago-in-unix/comment-page-1/#comment-583248</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 29 Jun 2009 22:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/01/19/find-files-that-are-modified-today-or-since-certain-time-ago-in-unix/#comment-583248</guid>
		<description>Question: If one does a find for files modified in the last two minutes, and it takes the command ten minutes to complete, is that going to fail completely?</description>
		<content:encoded><![CDATA[<p>Question: If one does a find for files modified in the last two minutes, and it takes the command ten minutes to complete, is that going to fail completely?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno De Barros</title>
		<link>http://www.mydigitallife.info/2006/01/19/find-files-that-are-modified-today-or-since-certain-time-ago-in-unix/comment-page-1/#comment-580460</link>
		<dc:creator>Bruno De Barros</dc:creator>
		<pubDate>Thu, 11 Jun 2009 07:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/01/19/find-files-that-are-modified-today-or-since-certain-time-ago-in-unix/#comment-580460</guid>
		<description>@Kiran Kappeta, it works for me on Ubuntu. Try to see if it supports any non-integer values at all (for example, try 0.5 or 0.25). If it doesn&#039;t, there&#039;s your problem.</description>
		<content:encoded><![CDATA[<p>@Kiran Kappeta, it works for me on Ubuntu. Try to see if it supports any non-integer values at all (for example, try 0.5 or 0.25). If it doesn&#8217;t, there&#8217;s your problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiran Kappeta</title>
		<link>http://www.mydigitallife.info/2006/01/19/find-files-that-are-modified-today-or-since-certain-time-ago-in-unix/comment-page-1/#comment-579756</link>
		<dc:creator>Kiran Kappeta</dc:creator>
		<pubDate>Thu, 04 Jun 2009 13:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/01/19/find-files-that-are-modified-today-or-since-certain-time-ago-in-unix/#comment-579756</guid>
		<description>Good one. Thanks.

Tried 

find . -mtime -0.041666667 -print

on Debian, it throws an error 
&quot;find: invalid argument `-0.041666667&#039; to `-mtime&#039;&quot;</description>
		<content:encoded><![CDATA[<p>Good one. Thanks.</p>
<p>Tried </p>
<p>find . -mtime -0.041666667 -print</p>
<p>on Debian, it throws an error<br />
&#8220;find: invalid argument `-0.041666667&#8242; to `-mtime&#8217;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno De Barros</title>
		<link>http://www.mydigitallife.info/2006/01/19/find-files-that-are-modified-today-or-since-certain-time-ago-in-unix/comment-page-1/#comment-579748</link>
		<dc:creator>Bruno De Barros</dc:creator>
		<pubDate>Thu, 04 Jun 2009 12:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/01/19/find-files-that-are-modified-today-or-since-certain-time-ago-in-unix/#comment-579748</guid>
		<description>Additionally, to find files modified less than an hour ago:
&lt;code&gt;find . -mtime -0.041666667 -print&lt;/code&gt;

Simply divide 1 by 24 (24 hours) and you&#039;ll get what you want. For example, 0.1 is 2 hours and 24 minutes.

I hope this helps whoever needs to find files modified LESS than one full day ago. :)

-----
Bruno De Barros</description>
		<content:encoded><![CDATA[<p>Additionally, to find files modified less than an hour ago:<br />
<code>find . -mtime -0.041666667 -print</code></p>
<p>Simply divide 1 by 24 (24 hours) and you&#8217;ll get what you want. For example, 0.1 is 2 hours and 24 minutes.</p>
<p>I hope this helps whoever needs to find files modified LESS than one full day ago. <img src='http://www.mydigitallife.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&#8212;&#8211;<br />
Bruno De Barros</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Susmita</title>
		<link>http://www.mydigitallife.info/2006/01/19/find-files-that-are-modified-today-or-since-certain-time-ago-in-unix/comment-page-1/#comment-575352</link>
		<dc:creator>Susmita</dc:creator>
		<pubDate>Thu, 14 May 2009 08:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/01/19/find-files-that-are-modified-today-or-since-certain-time-ago-in-unix/#comment-575352</guid>
		<description>thanks a lot for the good article.</description>
		<content:encoded><![CDATA[<p>thanks a lot for the good article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prabhakar</title>
		<link>http://www.mydigitallife.info/2006/01/19/find-files-that-are-modified-today-or-since-certain-time-ago-in-unix/comment-page-1/#comment-561666</link>
		<dc:creator>Prabhakar</dc:creator>
		<pubDate>Fri, 20 Feb 2009 13:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/01/19/find-files-that-are-modified-today-or-since-certain-time-ago-in-unix/#comment-561666</guid>
		<description>It was of timely help :)
Thanks.</description>
		<content:encoded><![CDATA[<p>It was of timely help <img src='http://www.mydigitallife.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RuBiCK</title>
		<link>http://www.mydigitallife.info/2006/01/19/find-files-that-are-modified-today-or-since-certain-time-ago-in-unix/comment-page-1/#comment-547370</link>
		<dc:creator>RuBiCK</dc:creator>
		<pubDate>Fri, 12 Dec 2008 12:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/01/19/find-files-that-are-modified-today-or-since-certain-time-ago-in-unix/#comment-547370</guid>
		<description>And how you will find files by specified hour? 

example. Files modified in last 8hours, if now, the time is 01AM</description>
		<content:encoded><![CDATA[<p>And how you will find files by specified hour? </p>
<p>example. Files modified in last 8hours, if now, the time is 01AM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deiby</title>
		<link>http://www.mydigitallife.info/2006/01/19/find-files-that-are-modified-today-or-since-certain-time-ago-in-unix/comment-page-1/#comment-541986</link>
		<dc:creator>Deiby</dc:creator>
		<pubDate>Wed, 12 Nov 2008 13:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/01/19/find-files-that-are-modified-today-or-since-certain-time-ago-in-unix/#comment-541986</guid>
		<description>Thanks!!</description>
		<content:encoded><![CDATA[<p>Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Recently Modified Files : mnavasca.ca</title>
		<link>http://www.mydigitallife.info/2006/01/19/find-files-that-are-modified-today-or-since-certain-time-ago-in-unix/comment-page-1/#comment-533178</link>
		<dc:creator>Recently Modified Files : mnavasca.ca</dc:creator>
		<pubDate>Tue, 30 Sep 2008 20:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/01/19/find-files-that-are-modified-today-or-since-certain-time-ago-in-unix/#comment-533178</guid>
		<description>[...] be useful when I&#8217;m syncing files from our dev server to our production server. And thanks to this post I&#8217;ve finally found [...]</description>
		<content:encoded><![CDATA[<p>[...] be useful when I&#8217;m syncing files from our dev server to our production server. And thanks to this post I&#8217;ve finally found [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Finding files modified since a certain time &#171; Tech Notes @ Fernvale</title>
		<link>http://www.mydigitallife.info/2006/01/19/find-files-that-are-modified-today-or-since-certain-time-ago-in-unix/comment-page-1/#comment-519341</link>
		<dc:creator>Finding files modified since a certain time &#171; Tech Notes @ Fernvale</dc:creator>
		<pubDate>Mon, 30 Jun 2008 03:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/01/19/find-files-that-are-modified-today-or-since-certain-time-ago-in-unix/#comment-519341</guid>
		<description>[...] References: http://www.mydigitallife.info/2006/01/19/find-files-that-are-modified-today-or-since-certain-time-ag... [...]</description>
		<content:encoded><![CDATA[<p>[...] References: <a href="http://www.mydigitallife.info/2006/01/19/find-files-that-are-modified-today-or-since-certain-time-ag.." rel="nofollow">http://www.mydigitallife.info/2006/01/19/find-files-that-are-modified-today-or-since-certain-time-ag..</a>. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: einstein</title>
		<link>http://www.mydigitallife.info/2006/01/19/find-files-that-are-modified-today-or-since-certain-time-ago-in-unix/comment-page-1/#comment-506731</link>
		<dc:creator>einstein</dc:creator>
		<pubDate>Wed, 07 May 2008 07:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/01/19/find-files-that-are-modified-today-or-since-certain-time-ago-in-unix/#comment-506731</guid>
		<description>Very good article, thanx!</description>
		<content:encoded><![CDATA[<p>Very good article, thanx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iPAS</title>
		<link>http://www.mydigitallife.info/2006/01/19/find-files-that-are-modified-today-or-since-certain-time-ago-in-unix/comment-page-1/#comment-355090</link>
		<dc:creator>iPAS</dc:creator>
		<pubDate>Sat, 04 Aug 2007 00:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/01/19/find-files-that-are-modified-today-or-since-certain-time-ago-in-unix/#comment-355090</guid>
		<description>Great Thnks!</description>
		<content:encoded><![CDATA[<p>Great Thnks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
