crontab save and exit code example
Example: 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
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