Linux: edit crontab with nano instead of vi
by Ali on Apr.15, 2015, under Linux
Everyone hates vi… I sure do. If you can’t or don’t want to permanently change your crontab editor use this:
env EDITOR=nano crontab -e
To the extent possible under law, the creator has waived all copyright and related or neighboring rights to this work.