<?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 in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/crontab/m-p/4574812#M15345</link>
    <description>30 * * * * &lt;COMMAND to="" run=""&gt;&lt;BR /&gt;this would run script after every 30 mnts.&lt;BR /&gt;&lt;BR /&gt;maybe below thing help&lt;BR /&gt;&lt;BR /&gt;#minute (0-59),&lt;BR /&gt;#|      hour (0-23),&lt;BR /&gt;#|      |       day of the month (1-31),&lt;BR /&gt;#|      |       |       month of the year (1-12),&lt;BR /&gt;#|      |       |       |       day of the week (0-6 with 0=Sunday).&lt;BR /&gt;#|      |       |       |       |       commands&lt;BR /&gt;0       2       *       *       0,4     /etc/cron.d/logchecker&lt;BR /&gt;&lt;BR /&gt;man crontab.....&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+&lt;/COMMAND&gt;</description>
    <pubDate>Wed, 03 Feb 2010 03:32:47 GMT</pubDate>
    <dc:creator>Kapil Jha</dc:creator>
    <dc:date>2010-02-03T03:32:47Z</dc:date>
    <item>
      <title>crontab</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/crontab/m-p/4574810#M15343</link>
      <description>Hi everyone,&lt;BR /&gt;I have a batch file and I want it to be executed every after 30 minutes.&lt;BR /&gt;please could anyone provide me with the format should I put it inside crontab.&lt;BR /&gt;bye.</description>
      <pubDate>Sun, 31 Jan 2010 13:17:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/crontab/m-p/4574810#M15343</guid>
      <dc:creator>fergani</dc:creator>
      <dc:date>2010-01-31T13:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: crontab</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/crontab/m-p/4574811#M15344</link>
      <description>&lt;!--!*#--&gt;Which part of "man crontab" was unclear?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V51B_HTML/MAN/MAN1/0565____.HTM" target="_blank"&gt;http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V51B_HTML/MAN/MAN1/0565____.HTM&lt;/A&gt;</description>
      <pubDate>Sun, 31 Jan 2010 13:50:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/crontab/m-p/4574811#M15344</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-01-31T13:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: crontab</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/crontab/m-p/4574812#M15345</link>
      <description>30 * * * * &lt;COMMAND to="" run=""&gt;&lt;BR /&gt;this would run script after every 30 mnts.&lt;BR /&gt;&lt;BR /&gt;maybe below thing help&lt;BR /&gt;&lt;BR /&gt;#minute (0-59),&lt;BR /&gt;#|      hour (0-23),&lt;BR /&gt;#|      |       day of the month (1-31),&lt;BR /&gt;#|      |       |       month of the year (1-12),&lt;BR /&gt;#|      |       |       |       day of the week (0-6 with 0=Sunday).&lt;BR /&gt;#|      |       |       |       |       commands&lt;BR /&gt;0       2       *       *       0,4     /etc/cron.d/logchecker&lt;BR /&gt;&lt;BR /&gt;man crontab.....&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+&lt;/COMMAND&gt;</description>
      <pubDate>Wed, 03 Feb 2010 03:32:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/crontab/m-p/4574812#M15345</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-02-03T03:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: crontab</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/crontab/m-p/4574813#M15346</link>
      <description>&amp;gt;Kapil: 30 * * * * &lt;COMMAND to="" run=""&gt;&lt;BR /&gt;this would run script after every 30 minutes.&lt;BR /&gt;&lt;BR /&gt;No, this runs it every hour.  One possibility is (there are 29 others):&lt;BR /&gt;0,30 * * * * &lt;COMMAND to="" run=""&gt;&lt;/COMMAND&gt;&lt;/COMMAND&gt;</description>
      <pubDate>Wed, 03 Feb 2010 09:47:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/crontab/m-p/4574813#M15346</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-02-03T09:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: crontab</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/crontab/m-p/4574814#M15347</link>
      <description>thanks for correcting Dennis :)&lt;BR /&gt;thats very dumm mistake :o)&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Thu, 04 Feb 2010 01:56:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/crontab/m-p/4574814#M15347</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-02-04T01:56:56Z</dc:date>
    </item>
  </channel>
</rss>

