<?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 Crontab every 2 hour in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-every-2-hour/m-p/3282019#M882162</link>
    <description>Hi , &lt;BR /&gt;Could someone assist me with a crontab job,&lt;BR /&gt;I have a job which would have to run every 2 hours</description>
    <pubDate>Thu, 20 May 2004 09:23:32 GMT</pubDate>
    <dc:creator>la_cool</dc:creator>
    <dc:date>2004-05-20T09:23:32Z</dc:date>
    <item>
      <title>Crontab every 2 hour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-every-2-hour/m-p/3282019#M882162</link>
      <description>Hi , &lt;BR /&gt;Could someone assist me with a crontab job,&lt;BR /&gt;I have a job which would have to run every 2 hours</description>
      <pubDate>Thu, 20 May 2004 09:23:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-every-2-hour/m-p/3282019#M882162</guid>
      <dc:creator>la_cool</dc:creator>
      <dc:date>2004-05-20T09:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab every 2 hour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-every-2-hour/m-p/3282020#M882163</link>
      <description>0 0,2,4,6,8,10,12,14,16,18,20,22 * * * /your_command&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Thu, 20 May 2004 09:25:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-every-2-hour/m-p/3282020#M882163</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-05-20T09:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab every 2 hour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-every-2-hour/m-p/3282021#M882164</link>
      <description>You'll need to make a crontab entry that runs the job every hour and then put logic in your script to only run every other time.  Touching a file and test for it's presence or absence  for example, could work.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 20 May 2004 09:26:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-every-2-hour/m-p/3282021#M882164</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-05-20T09:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab every 2 hour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-every-2-hour/m-p/3282022#M882165</link>
      <description>Say what, Pete?  Making it a bit more difficult than it needs to be are we?  :)  Just kidding.&lt;BR /&gt;&lt;BR /&gt;RAC's response will work quite well.</description>
      <pubDate>Thu, 20 May 2004 09:30:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-every-2-hour/m-p/3282022#M882165</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-05-20T09:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab every 2 hour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-every-2-hour/m-p/3282023#M882166</link>
      <description>Disregard my earlier post.&lt;BR /&gt;You can user at for this. something like&lt;BR /&gt;at -f "script" +2 hour&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Thu, 20 May 2004 09:31:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-every-2-hour/m-p/3282023#M882166</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-05-20T09:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab every 2 hour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-every-2-hour/m-p/3282024#M882167</link>
      <description>Brain cramp, I guess, Patrick!  Obviously RAC has the perfect answer.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete (humbly)</description>
      <pubDate>Thu, 20 May 2004 09:31:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-every-2-hour/m-p/3282024#M882167</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-05-20T09:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab every 2 hour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-every-2-hour/m-p/3282025#M882168</link>
      <description>Hi.&lt;BR /&gt;you have to put in crontab something like this:&lt;BR /&gt;&lt;BR /&gt;0   0,2,4,6,8,10,12,14,16,18,20,22   *   *   *   command&lt;BR /&gt;&lt;BR /&gt;Peace, R&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 May 2004 09:32:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-every-2-hour/m-p/3282025#M882168</guid>
      <dc:creator>Roberto Polli</dc:creator>
      <dc:date>2004-05-20T09:32:04Z</dc:date>
    </item>
  </channel>
</rss>

