On 8/5/05, cell <[EMAIL PROTECTED]> wrote: > Hello , i have problem with crontab , i tried to configure crontab for run > command every three days at 5h00 AM.I use this command but i believe it's not > good : > > 0 5 1-31/3 * * root cd /home/rootfix/Maildir/cur > && rm -f * > >
I would use this: 0 5 */3 * * root rm -f /home/rootfix/Maildir/cur/* _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"