Date: Fri, 5 Aug 2005 16:29:50 -0300 From: =?ISO-8859-1?Q?Jos=E9_de_Paula_Rodrigues?= <espinafre@gmail.com> To: cell <bettan@nerim.net> Cc: freebsd-questions@freebsd.org Subject: Re: Problems with crontab Message-ID: <5ef8c2f005080512297e26527a@mail.gmail.com> In-Reply-To: <007c01c599f3$67edfd80$0301a8c0@danielle> References: <007c01c599f3$67edfd80$0301a8c0@danielle>
next in thread | previous in thread | raw e-mail | index | archive | help
On 8/5/05, cell <bettan@nerim.net> wrote: > Hello , i have problem with crontab , i tried to configure crontab for ru= n command every three days at 5h00 AM.I use this command but i believe it's= not good : >=20 > 0 5 1-31/3 * * root cd /home/rootfix/Maildir/= cur && rm -f * >=20 >=20 I would use this: 0 5 */3 * * root rm -f /home/rootfix/Maildir/cu= r/*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5ef8c2f005080512297e26527a>