14387 shaares
5333 private links
5333 private links
Want to have crontab use the editor of your choice instead of the other way around? This tutorial shows you how. These instructions will work with Linux, macOS and other Unix-like operating systems. //
select-editor
or
echo export VISUAL="nano" >> ~/.bash_profile
source ~/.bash_profile
or
. ~/.bash_profile