<?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: why does crontab -e look like this ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/why-does-crontab-e-look-like-this/m-p/3767100#M260563</link>
    <description>What editor do you usually use?&lt;BR /&gt;&lt;BR /&gt;It appears that your editor environment variable has been set to 'ed' rather than 'vi'.&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;echo $EDITOR&lt;BR /&gt;&lt;BR /&gt;If it returns 'ed' then do:&lt;BR /&gt;&lt;BR /&gt;export EDITOR=vi&lt;BR /&gt;&lt;BR /&gt;Now try to run 'crontab -e' again and see if you get what you expect.&lt;BR /&gt;&lt;BR /&gt;The '0' you get is indicating that there are 0 characters in the crontab file.</description>
    <pubDate>Thu, 06 Apr 2006 08:34:06 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2006-04-06T08:34:06Z</dc:date>
    <item>
      <title>why does crontab -e look like this ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-does-crontab-e-look-like-this/m-p/3767096#M260559</link>
      <description>I have a standard user ID on a customers box.  When I run crontab -e like I know how to do to edit my crontab entry, I don't get what I'm used to seeing. I can enter a "q" then press return and get the $ prompt back.&lt;BR /&gt;&lt;BR /&gt;Any idea what the problem might be?&lt;BR /&gt;&lt;BR /&gt;$ crontab -e&lt;BR /&gt;0&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Apr 2006 08:27:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-does-crontab-e-look-like-this/m-p/3767096#M260559</guid>
      <dc:creator>Rob Johnson_3</dc:creator>
      <dc:date>2006-04-06T08:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: why does crontab -e look like this ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-does-crontab-e-look-like-this/m-p/3767097#M260560</link>
      <description>Your crontab is empty.</description>
      <pubDate>Thu, 06 Apr 2006 08:28:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-does-crontab-e-look-like-this/m-p/3767097#M260560</guid>
      <dc:creator>Michael Denney</dc:creator>
      <dc:date>2006-04-06T08:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: why does crontab -e look like this ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-does-crontab-e-look-like-this/m-p/3767098#M260561</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Your crontab has been mostly erased.&lt;BR /&gt;&lt;BR /&gt;/var/spool/cron &lt;BR /&gt;&lt;BR /&gt;Restore the files there and you will have a cron schedule again.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 06 Apr 2006 08:29:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-does-crontab-e-look-like-this/m-p/3767098#M260561</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-04-06T08:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: why does crontab -e look like this ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-does-crontab-e-look-like-this/m-p/3767099#M260562</link>
      <description>Hi Rob:&lt;BR /&gt;&lt;BR /&gt;I prefer never to edit a crontab using the '-e' switch.  Instead I do:&lt;BR /&gt;&lt;BR /&gt;# crontab -l &amp;gt; /tmp/crontab&lt;BR /&gt;[ edit ]&lt;BR /&gt;# crontab /tmp/crontab&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 06 Apr 2006 08:32:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-does-crontab-e-look-like-this/m-p/3767099#M260562</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-04-06T08:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: why does crontab -e look like this ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-does-crontab-e-look-like-this/m-p/3767100#M260563</link>
      <description>What editor do you usually use?&lt;BR /&gt;&lt;BR /&gt;It appears that your editor environment variable has been set to 'ed' rather than 'vi'.&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;echo $EDITOR&lt;BR /&gt;&lt;BR /&gt;If it returns 'ed' then do:&lt;BR /&gt;&lt;BR /&gt;export EDITOR=vi&lt;BR /&gt;&lt;BR /&gt;Now try to run 'crontab -e' again and see if you get what you expect.&lt;BR /&gt;&lt;BR /&gt;The '0' you get is indicating that there are 0 characters in the crontab file.</description>
      <pubDate>Thu, 06 Apr 2006 08:34:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-does-crontab-e-look-like-this/m-p/3767100#M260563</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-04-06T08:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: why does crontab -e look like this ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-does-crontab-e-look-like-this/m-p/3767101#M260564</link>
      <description>export EDITOR=vi corrected it.&lt;BR /&gt;&lt;BR /&gt;Thnks for the quick replies!!!!&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Apr 2006 08:55:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-does-crontab-e-look-like-this/m-p/3767101#M260564</guid>
      <dc:creator>Rob Johnson_3</dc:creator>
      <dc:date>2006-04-06T08:55:43Z</dc:date>
    </item>
  </channel>
</rss>

