<?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: find command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/2484288#M18586</link>
    <description>&lt;BR /&gt;I would do like this:&lt;BR /&gt;&lt;BR /&gt;Let's suppose that we want to find files older than 5 hours :&lt;BR /&gt;&lt;BR /&gt;touch -t 0101190830 file  (  01 year, 01 mounth, 19 day, 08 hour, 30 minutes)&lt;BR /&gt;&lt;BR /&gt;find  DIR ! -newer file -print&lt;BR /&gt;&lt;BR /&gt;I hope this help&lt;BR /&gt;federico</description>
    <pubDate>Fri, 19 Jan 2001 07:25:09 GMT</pubDate>
    <dc:creator>federico_3</dc:creator>
    <dc:date>2001-01-19T07:25:09Z</dc:date>
    <item>
      <title>find command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/2484286#M18584</link>
      <description>Can you use FIND to find files base on hours.&lt;BR /&gt;I am trying to find files that are older than 4 hours..&lt;BR /&gt;&lt;BR /&gt;What can I use?&lt;BR /&gt;&lt;BR /&gt;thanks..&lt;BR /&gt;steve</description>
      <pubDate>Thu, 18 Jan 2001 16:32:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/2484286#M18584</guid>
      <dc:creator>Steve_3</dc:creator>
      <dc:date>2001-01-18T16:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: find command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/2484287#M18585</link>
      <description>use the -newer option&lt;BR /&gt;&lt;BR /&gt;touch -t reference_time some_file&lt;BR /&gt;find .... -newer some_file&lt;BR /&gt;&lt;BR /&gt;and, of course, older would be ! -newer</description>
      <pubDate>Thu, 18 Jan 2001 16:49:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/2484287#M18585</guid>
      <dc:creator>Curtis Larson</dc:creator>
      <dc:date>2001-01-18T16:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: find command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/2484288#M18586</link>
      <description>&lt;BR /&gt;I would do like this:&lt;BR /&gt;&lt;BR /&gt;Let's suppose that we want to find files older than 5 hours :&lt;BR /&gt;&lt;BR /&gt;touch -t 0101190830 file  (  01 year, 01 mounth, 19 day, 08 hour, 30 minutes)&lt;BR /&gt;&lt;BR /&gt;find  DIR ! -newer file -print&lt;BR /&gt;&lt;BR /&gt;I hope this help&lt;BR /&gt;federico</description>
      <pubDate>Fri, 19 Jan 2001 07:25:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/2484288#M18586</guid>
      <dc:creator>federico_3</dc:creator>
      <dc:date>2001-01-19T07:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: find command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/2484289#M18587</link>
      <description>&lt;BR /&gt;Add  -type f to find&lt;BR /&gt;&lt;BR /&gt;find DIR -type f -newer touchedfile</description>
      <pubDate>Fri, 19 Jan 2001 07:48:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-command/m-p/2484289#M18587</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2001-01-19T07:48:23Z</dc:date>
    </item>
  </channel>
</rss>

