On Thu, Dec 23, 2010 at 03:48:49PM -0600, Orestes Leal R. wrote:
:I want to edit the crontab with nano but by default vi it's invoked
:when I do 'crontab -e'
:

     -e        Edit the current crontab using the editor specified by the
               VISUAL or EDITOR environment variables.  After you exit from
               the editor, the modified crontab(5) will be installed
               automatically.


env EDITOR=nano crontab -e

Reply via email to