<?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: Crontab / Is this possible? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-is-this-possible/m-p/2735670#M836909</link>
    <description>I suppose you are wondering about the 0,2-23 or other combinations within the same field. Yes, that is legal.</description>
    <pubDate>Fri, 31 May 2002 19:30:56 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2002-05-31T19:30:56Z</dc:date>
    <item>
      <title>Crontab / Is this possible?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-is-this-possible/m-p/2735666#M836905</link>
      <description>0,5,10,15,20,25,30,35,40,45,50,55 0,2-23 * 1-6 /usr/local/bin/blah/blah.sh &lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;0,5,10,15,20,25,30,35,40,45,50,55 0-7,9-23 * 1-6 /usr/local/bin/blah/blah.sh &lt;BR /&gt;&lt;BR /&gt;Thnx&lt;BR /&gt;DCJ</description>
      <pubDate>Fri, 31 May 2002 19:18:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-is-this-possible/m-p/2735666#M836905</guid>
      <dc:creator>D. Jackson_1</dc:creator>
      <dc:date>2002-05-31T19:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab / Is this possible?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-is-this-possible/m-p/2735667#M836906</link>
      <description>Hi D,&lt;BR /&gt;&lt;BR /&gt;Appears to me you're leaving out a field in both - "month of the year 1-12"...else, yes it'd work.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 31 May 2002 19:25:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-is-this-possible/m-p/2735667#M836906</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-05-31T19:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab / Is this possible?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-is-this-possible/m-p/2735668#M836907</link>
      <description>Yes Jeff you are right I did leave out a * field. So my hours field would/should work okay??&lt;BR /&gt;&lt;BR /&gt;Thnx</description>
      <pubDate>Fri, 31 May 2002 19:27:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-is-this-possible/m-p/2735668#M836907</guid>
      <dc:creator>D. Jackson_1</dc:creator>
      <dc:date>2002-05-31T19:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab / Is this possible?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-is-this-possible/m-p/2735669#M836908</link>
      <description>I think YES !&lt;BR /&gt;&lt;BR /&gt;Remember about the month date field that you are missing at the original post.</description>
      <pubDate>Fri, 31 May 2002 19:30:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-is-this-possible/m-p/2735669#M836908</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-05-31T19:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab / Is this possible?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-is-this-possible/m-p/2735670#M836909</link>
      <description>I suppose you are wondering about the 0,2-23 or other combinations within the same field. Yes, that is legal.</description>
      <pubDate>Fri, 31 May 2002 19:30:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-is-this-possible/m-p/2735670#M836909</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-05-31T19:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab / Is this possible?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-is-this-possible/m-p/2735671#M836910</link>
      <description>Rather than starting up a new process every 5 minutes, you could launch the process once and have it loop and sleeping for 5 minutes.&lt;BR /&gt;&lt;BR /&gt;example-&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/ksh&lt;BR /&gt;while (1) ; do&lt;BR /&gt; ...&lt;BR /&gt; ...&lt;BR /&gt; sleep 300&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Fri, 31 May 2002 19:32:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-is-this-possible/m-p/2735671#M836910</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2002-05-31T19:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab / Is this possible?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-is-this-possible/m-p/2735672#M836911</link>
      <description>Thanks All &lt;BR /&gt;&lt;BR /&gt;Keep on rockin.&lt;BR /&gt;&lt;BR /&gt;DCJ</description>
      <pubDate>Fri, 31 May 2002 19:32:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-is-this-possible/m-p/2735672#M836911</guid>
      <dc:creator>D. Jackson_1</dc:creator>
      <dc:date>2002-05-31T19:32:38Z</dc:date>
    </item>
  </channel>
</rss>

