Does crontab have an argument for creating cron jobs without using the editor (crontab -e)? If so, what would be the code to create a cron job from a Bash script?
Does crontab have an argument for creating cron jobs without using the editor (
Share
You can add to the crontab as follows:
Cron line explaination
Source nixCraft.