<?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: recently introduced to the newer option for find...does an older option exist? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/recently-introduced-to-the-newer-option-for-find-does-an-older/m-p/5248396#M677583</link>
    <description>Hi Manny:&lt;BR /&gt;&lt;BR /&gt;If not '-newer' then '! -newer'.&lt;BR /&gt;&lt;BR /&gt;That is, simply negate the operand.&lt;BR /&gt;&lt;BR /&gt;# find . ! -newer backup.tar.gz&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Tue, 20 Jul 2010 15:40:58 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2010-07-20T15:40:58Z</dc:date>
    <item>
      <title>recently introduced to the newer option for find...does an older option exist?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recently-introduced-to-the-newer-option-for-find-does-an-older/m-p/5248395#M677582</link>
      <description>To find all the files in your home directory that have been edited in some way since the last tar file, use this command:&lt;BR /&gt;&lt;BR /&gt;find . -newer  backup.tar.gz&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is anyone familiar with an older solution?&lt;BR /&gt;&lt;BR /&gt;looking to identify files older then 15mins across several directories.&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;manny</description>
      <pubDate>Tue, 20 Jul 2010 15:26:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recently-introduced-to-the-newer-option-for-find-does-an-older/m-p/5248395#M677582</guid>
      <dc:creator>Manuel Contreras</dc:creator>
      <dc:date>2010-07-20T15:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: recently introduced to the newer option for find...does an older option exist?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recently-introduced-to-the-newer-option-for-find-does-an-older/m-p/5248396#M677583</link>
      <description>Hi Manny:&lt;BR /&gt;&lt;BR /&gt;If not '-newer' then '! -newer'.&lt;BR /&gt;&lt;BR /&gt;That is, simply negate the operand.&lt;BR /&gt;&lt;BR /&gt;# find . ! -newer backup.tar.gz&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 20 Jul 2010 15:40:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recently-introduced-to-the-newer-option-for-find-does-an-older/m-p/5248396#M677583</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-07-20T15:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: recently introduced to the newer option for find...does an older option exist?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recently-introduced-to-the-newer-option-for-find-does-an-older/m-p/5248397#M677584</link>
      <description>that was easy...&lt;BR /&gt;&lt;BR /&gt;thank you sir :)</description>
      <pubDate>Tue, 20 Jul 2010 15:55:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recently-introduced-to-the-newer-option-for-find-does-an-older/m-p/5248397#M677584</guid>
      <dc:creator>Manuel Contreras</dc:creator>
      <dc:date>2010-07-20T15:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: recently introduced to the newer option for find...does an older option exist?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recently-introduced-to-the-newer-option-for-find-does-an-older/m-p/5248398#M677585</link>
      <description>Note that "! -newer" also includes equal.</description>
      <pubDate>Wed, 21 Jul 2010 02:11:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recently-introduced-to-the-newer-option-for-find-does-an-older/m-p/5248398#M677585</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-07-21T02:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: recently introduced to the newer option for find...does an older option exist?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recently-introduced-to-the-newer-option-for-find-does-an-older/m-p/5248399#M677586</link>
      <description>Noticed that from testing, thanks for brining it up :)&lt;BR /&gt;&lt;BR /&gt;Currently planning on creating a control-file that's 15mins older then current time...which will be associated with the find command.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jul 2010 12:43:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recently-introduced-to-the-newer-option-for-find-does-an-older/m-p/5248399#M677586</guid>
      <dc:creator>Manuel Contreras</dc:creator>
      <dc:date>2010-07-21T12:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: recently introduced to the newer option for find...does an older option exist?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recently-introduced-to-the-newer-option-for-find-does-an-older/m-p/5248400#M677587</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Dennis: Note that "! -newer" also includes equal.&lt;BR /&gt;&lt;BR /&gt;Of course.  I thought that that would go without saying ;-)&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 21 Jul 2010 13:04:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recently-introduced-to-the-newer-option-for-find-does-an-older/m-p/5248400#M677587</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-07-21T13:04:29Z</dc:date>
    </item>
  </channel>
</rss>

