<?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 questioin in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-questioin/m-p/2703192#M58443</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Not sure I understand your question:&lt;BR /&gt;&lt;BR /&gt;Is that the text that appears after starting&lt;BR /&gt;crontab -e command?&lt;BR /&gt;&lt;BR /&gt;One thing I always like to point out is, &lt;BR /&gt;never to use 'crontab -e' but use &lt;BR /&gt;'crontab -l &amp;gt;/tmp/wrk' &lt;BR /&gt;Make my changes and then resubmit the &lt;BR /&gt;cron file like this: &lt;BR /&gt;# crontab /tmp/wrk&lt;BR /&gt;&lt;BR /&gt;The reason I suggest this is, that anything&lt;BR /&gt;goes wrong during the initial edit, like&lt;BR /&gt;your terminal or PC hangs, you may lose&lt;BR /&gt;the whole contenst of your cron file.&lt;BR /&gt;Using the work file eliminates this risk.&lt;BR /&gt;&lt;BR /&gt;~Michael~</description>
    <pubDate>Mon, 15 Apr 2002 04:08:34 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2002-04-15T04:08:34Z</dc:date>
    <item>
      <title>crontab questioin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-questioin/m-p/2703191#M58442</link>
      <description>when i use crontab -e,there's something wrong&lt;BR /&gt;#crontab -e&lt;BR /&gt;h &amp;gt;/dev/null 2&amp;gt;&amp;amp;~&lt;BR /&gt;&lt;BR /&gt;and i cant edit ,after ctrl+c exit,i find i can input anything ,what's the problem?</description>
      <pubDate>Mon, 15 Apr 2002 03:56:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-questioin/m-p/2703191#M58442</guid>
      <dc:creator>iambluegary</dc:creator>
      <dc:date>2002-04-15T03:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: crontab questioin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-questioin/m-p/2703192#M58443</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Not sure I understand your question:&lt;BR /&gt;&lt;BR /&gt;Is that the text that appears after starting&lt;BR /&gt;crontab -e command?&lt;BR /&gt;&lt;BR /&gt;One thing I always like to point out is, &lt;BR /&gt;never to use 'crontab -e' but use &lt;BR /&gt;'crontab -l &amp;gt;/tmp/wrk' &lt;BR /&gt;Make my changes and then resubmit the &lt;BR /&gt;cron file like this: &lt;BR /&gt;# crontab /tmp/wrk&lt;BR /&gt;&lt;BR /&gt;The reason I suggest this is, that anything&lt;BR /&gt;goes wrong during the initial edit, like&lt;BR /&gt;your terminal or PC hangs, you may lose&lt;BR /&gt;the whole contenst of your cron file.&lt;BR /&gt;Using the work file eliminates this risk.&lt;BR /&gt;&lt;BR /&gt;~Michael~</description>
      <pubDate>Mon, 15 Apr 2002 04:08:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-questioin/m-p/2703192#M58443</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-04-15T04:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: crontab questioin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-questioin/m-p/2703193#M58444</link>
      <description>One more thought:&lt;BR /&gt;&lt;BR /&gt;If that is the output when you run:&lt;BR /&gt;# crontab -e&lt;BR /&gt;&lt;BR /&gt;then your crontab file is certainly corrupted. You will have to get from your backup.&lt;BR /&gt;&lt;BR /&gt;Make sure that in the future you only use 'crontab -l &amp;gt;/tmp/wrkfile'&lt;BR /&gt;&lt;BR /&gt;It will save you next time.&lt;BR /&gt;&lt;BR /&gt;Michael</description>
      <pubDate>Mon, 15 Apr 2002 04:21:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-questioin/m-p/2703193#M58444</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-04-15T04:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: crontab questioin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-questioin/m-p/2703194#M58445</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Did you set your editor?&lt;BR /&gt;&lt;BR /&gt;# export EDITOR=vi&lt;BR /&gt;&lt;BR /&gt;With regards to your other query, this problem could might also be due to your emulation problem. Eg.&lt;BR /&gt;&lt;BR /&gt;# export TERM=vt100&lt;BR /&gt;&lt;BR /&gt;Use an appropriate value for TERM. &lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Mon, 15 Apr 2002 04:36:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-questioin/m-p/2703194#M58445</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-04-15T04:36:09Z</dc:date>
    </item>
  </channel>
</rss>

