Software >> OS >> Unix >> Solaris >> cron >> How to change the editor used for editing cron table

editor used is determined by the EDITOR environment variable eg. to use /usr/bin/vi as the editor # EDITOR=/usr/bin/vi # export EDITOR test editing crontab with the new editor by # crontab -e