I am trying to set cronjob on a Unix systems by running the crontab -ecommand. But, I'm getting the following error:
crontab: no crontab for veryv - using an empty one
crontab: "/usr/bin/vi" exited with status 1
How do I fix this issue on a Linux or Unix-like systems?