I really dislike vim and most servers I work on use vim for editing the crontab. So here is a quick little note for myself on how to change it after logging into the SSH on the server:
env EDITOR=nano crontab -e
Thoughts on Technology, Leadership, and Engineering Management
I really dislike vim and most servers I work on use vim for editing the crontab. So here is a quick little note for myself on how to change it after logging into the SSH on the server:
env EDITOR=nano crontab -e