|
user crontab
Hello,
I want to add a line to the user crontab automatically without interaction. That means, I don't want to use crontab -e -u <user>. I'm trying to user the "crontab -l |crontab -" but I don't know how to put the news lines of cronjobs.
Any help?
|