<?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: question about using find command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-find-command/m-p/3781969#M263398</link>
    <description>Those find flags work on multiples of 24 hours, so a 4 hour timespan won't work.</description>
    <pubDate>Wed, 03 May 2006 11:05:11 GMT</pubDate>
    <dc:creator>Stephen Keane</dc:creator>
    <dc:date>2006-05-03T11:05:11Z</dc:date>
    <item>
      <title>question about using find command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-find-command/m-p/3781968#M263397</link>
      <description>I am trying to use the mtime or ctime on a find command to only find files older then 4 hours in a specific directory.  Can this be done with these options? or another way? this is on a HPUX 11i L RP8400 class server.&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 03 May 2006 11:00:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-find-command/m-p/3781968#M263397</guid>
      <dc:creator>Mark Harshman_1</dc:creator>
      <dc:date>2006-05-03T11:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: question about using find command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-find-command/m-p/3781969#M263398</link>
      <description>Those find flags work on multiples of 24 hours, so a 4 hour timespan won't work.</description>
      <pubDate>Wed, 03 May 2006 11:05:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-find-command/m-p/3781969#M263398</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2006-05-03T11:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: question about using find command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-find-command/m-p/3781970#M263399</link>
      <description>If you use the "touch" command to create a temp file with the exact date time of 4 hours ago, then you can use the -newer option.&lt;BR /&gt; &lt;BR /&gt;example-&lt;BR /&gt; &lt;BR /&gt;touch -t 200605030900 /tmp/testfile&lt;BR /&gt;find . ! -newer /tmp/testfile -print&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Wed, 03 May 2006 11:05:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-find-command/m-p/3781970#M263399</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2006-05-03T11:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: question about using find command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-find-command/m-p/3781971#M263400</link>
      <description>Hi Mark,&lt;BR /&gt;teh way to create a file by touch and using it to find file older than it it the good one.&lt;BR /&gt;But if you need to use it into a csript you have the problem to create file with timestamp of 4 hours ago.&lt;BR /&gt;Do to this you need or caljd script or mktime program in C.&lt;BR /&gt;&lt;BR /&gt;Check out A. Clay's newest version of caljd.sh (and caljd.pl) at this thread. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1fb33a7b3682d611abdb0090277a" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1fb33a7b3682d611abdb0090277a&lt;/A&gt;&lt;BR /&gt;778c,00.html &lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Art&lt;BR /&gt;</description>
      <pubDate>Thu, 04 May 2006 03:32:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-find-command/m-p/3781971#M263400</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2006-05-04T03:32:55Z</dc:date>
    </item>
  </channel>
</rss>

