[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] crontab entry
- Subject: Re: [cobalt-users] crontab entry
- From: "Zeffie" <cobaltlist@xxxxxxxx>
- Date: Sun Jan 21 01:09:00 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> ANYWAY, in the one site he dabbles with, there is a 'cron' folder. In
here,
> there's a crontab file with the following entry:
> VISUAL=/usr/bin/pico; export VISUAL; crontab -e
>
> Can someone tell me what this is doing?
He is "exporting" or "setting up" the variable "VISUAL" so pico is the
editor used when he edits his crontab directly (bad to edit direct)
when he runs ./cron it will allow him to edit his crontab with pico instead
of vi.