On 22-Jul-99 Daniel Ruoso wrote: > Hi, > > Does anybody knows if there is a way to "append" (just put at last place > without entering any editor) a schedule to crontab???? > > thanks.. > echo "52 6 1 * * root test -e /usr/sbin/anacron || run-parts --report /etc/cron.monthly" >> /etc/crontab
will add that line to the end of crontab you can also dump a file in cron.d. Or in cron.daily etc. Depends on what you want.