Is there a way to lines to a user's cron script?
I usually do it using crontab -e, but I would like to automate this task with a shell script.
|
Is there a way to lines to a user's cron script? I usually do it using |
|||
|
|
|
You can echo the line in to the bottom of the current users crontab like this:
|
|||||||||||||
|