<?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 script help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3374485#M868962</link>
    <description>Is there a simple way to list files created between two times?  I'm trying to create a script that will output certain files created between 10 PM the night before and 6 AM the next day.&lt;BR /&gt;&lt;BR /&gt;Eric</description>
    <pubDate>Wed, 08 Sep 2004 07:58:24 GMT</pubDate>
    <dc:creator>Eric Locsin</dc:creator>
    <dc:date>2004-09-08T07:58:24Z</dc:date>
    <item>
      <title>script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3374485#M868962</link>
      <description>Is there a simple way to list files created between two times?  I'm trying to create a script that will output certain files created between 10 PM the night before and 6 AM the next day.&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Wed, 08 Sep 2004 07:58:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3374485#M868962</guid>
      <dc:creator>Eric Locsin</dc:creator>
      <dc:date>2004-09-08T07:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3374486#M868963</link>
      <description>Eric,&lt;BR /&gt;&lt;BR /&gt;Use the touch command to create two reference files with your start and end times, then use the find command with the "-newer" option and the "! -newer" option.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 08 Sep 2004 08:01:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3374486#M868963</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-09-08T08:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3374487#M868964</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;At 10pm use cron to make file a&lt;BR /&gt;&lt;BR /&gt;At 6am use cron to make or touch file b&lt;BR /&gt;&lt;BR /&gt;Then use 1 line&lt;BR /&gt;&lt;BR /&gt;example&lt;BR /&gt;find /home/steves -type f -newer filea -a ! -newer fileb&lt;BR /&gt;&lt;BR /&gt;                Steve Steel</description>
      <pubDate>Wed, 08 Sep 2004 08:15:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3374487#M868964</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2004-09-08T08:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3374488#M868965</link>
      <description>Thanks!</description>
      <pubDate>Wed, 08 Sep 2004 08:31:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3374488#M868965</guid>
      <dc:creator>Eric Locsin</dc:creator>
      <dc:date>2004-09-08T08:31:02Z</dc:date>
    </item>
  </channel>
</rss>

