<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Does &amp;quot;find&amp;quot; support filtering files by absolute, not relative date/time in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/does-quot-find-quot-support-filtering-files-by-absolute-not/m-p/5159762#M61152</link>
    <description>cool!&lt;BR /&gt;I wasn't aware about "newermt" and similar options because my RHEL5's find (4.2.27) doesn't have them.&lt;BR /&gt;&lt;BR /&gt;Trick with two "reference" files is very interesting too.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot!&lt;BR /&gt;Vitaly</description>
    <pubDate>Thu, 26 Feb 2009 14:00:44 GMT</pubDate>
    <dc:creator>Vitaly Karasik_1</dc:creator>
    <dc:date>2009-02-26T14:00:44Z</dc:date>
    <item>
      <title>Does "find" support filtering files by absolute, not relative date/time</title>
      <link>https://community.hpe.com/t5/operating-system-linux/does-quot-find-quot-support-filtering-files-by-absolute-not/m-p/5159760#M61150</link>
      <description>Find has many options for filtering files based on "relative" timestamp - i.e., modified 5 days ago.&lt;BR /&gt;But is there some option/trick for filtering files modified Feb, 22, for example?&lt;BR /&gt;(yes, I know, there are millions ways to do this with another utilities/scripts, but I'm very curious about find ...)&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Feb 2009 11:14:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/does-quot-find-quot-support-filtering-files-by-absolute-not/m-p/5159760#M61150</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2009-02-26T11:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Does "find" support filtering files by absolute, not relative date/time</title>
      <link>https://community.hpe.com/t5/operating-system-linux/does-quot-find-quot-support-filtering-files-by-absolute-not/m-p/5159761#M61151</link>
      <description>The portable way would be use the "touch" command with date/time options to create the necessary reference file, and then use find's -newer option with the reference file.&lt;BR /&gt;&lt;BR /&gt;However, Linux has GNU find, which offers more options than POSIX standards requre.&lt;BR /&gt;&lt;BR /&gt;To find files modified on Feb 22, you should think of it as "newer than Feb 22 00:00:00 but not newer than Feb 23 00:00:00".&lt;BR /&gt;&lt;BR /&gt;The command line example for (a recent enough version of) GNU find:&lt;BR /&gt;&lt;BR /&gt;find &lt;SOMEDIR&gt; -newermt 2009-02-22 \! -newermt 2009-02-23&lt;BR /&gt;&lt;BR /&gt;The date/time format may depend on your locale: as the man page says, if "date -d" accepts time specified in a certain format, find will understand it too.&lt;BR /&gt;&lt;BR /&gt;MK&lt;/SOMEDIR&gt;</description>
      <pubDate>Thu, 26 Feb 2009 12:59:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/does-quot-find-quot-support-filtering-files-by-absolute-not/m-p/5159761#M61151</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-02-26T12:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Does "find" support filtering files by absolute, not relative date/time</title>
      <link>https://community.hpe.com/t5/operating-system-linux/does-quot-find-quot-support-filtering-files-by-absolute-not/m-p/5159762#M61152</link>
      <description>cool!&lt;BR /&gt;I wasn't aware about "newermt" and similar options because my RHEL5's find (4.2.27) doesn't have them.&lt;BR /&gt;&lt;BR /&gt;Trick with two "reference" files is very interesting too.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot!&lt;BR /&gt;Vitaly</description>
      <pubDate>Thu, 26 Feb 2009 14:00:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/does-quot-find-quot-support-filtering-files-by-absolute-not/m-p/5159762#M61152</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2009-02-26T14:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Does "find" support filtering files by absolute, not relative date/time</title>
      <link>https://community.hpe.com/t5/operating-system-linux/does-quot-find-quot-support-filtering-files-by-absolute-not/m-p/5159763#M61153</link>
      <description>thanks!</description>
      <pubDate>Mon, 02 Mar 2009 10:20:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/does-quot-find-quot-support-filtering-files-by-absolute-not/m-p/5159763#M61153</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2009-03-02T10:20:53Z</dc:date>
    </item>
  </channel>
</rss>

