20070325

crontab edit problem

if crontab -e gives some random number, and you didn't see any existing cron, might be you didn't set your EDITOR variable:

$ EDITOR=/usr/bin/vi
$ export EDITOR
$ crontab -e

12 comments:

  1. Anonymous2:03 PM

    THANK YOU!

    ReplyDelete
  2. Anonymous12:47 PM

    Thanks a lot...it helped me on time...:)

    ReplyDelete
  3. Anonymous2:27 PM

    Thanks just what I needed.

    ReplyDelete
  4. Anonymous12:02 PM

    Thanks very much - this helped me in the nick of time!!

    ReplyDelete
  5. VIKAS9:31 PM

    Helped me too.

    Regards,
    VIKAS

    ReplyDelete
  6. Anonymous5:07 AM

    it works dude. Thanks a lot.

    ReplyDelete
  7. Anonymous8:39 AM

    Thank You!!

    ReplyDelete
  8. yes it works mate... thank you

    ReplyDelete
  9. saleh naimat4:15 AM

    thansk a lot man

    ReplyDelete
  10. Anonymous11:11 PM

    thanks for this. :D

    ReplyDelete
  11. Anonymous1:00 AM

    thanks a lot :)

    ReplyDelete
  12. Great!! Thank you.

    ReplyDelete