edit cron code example
Example 1: crontab edit
crontab -e # open user crontab in edit mode
i # for insert. Make your changes
:wq! # quit and save
crontab -l # open user crontab in read mode
Example 2: edit cron jobs
# crontab -e
crontab -e # open user crontab in edit mode
i # for insert. Make your changes
:wq! # quit and save
crontab -l # open user crontab in read mode
# crontab -e