Problems with crontab

2005-08-05 Thread cell
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 * * rootcd /home/rootfix/Maildir/cur && rm -f * Anyone have a solution ?

Re: Problems with crontab

2005-08-05 Thread José de Paula Rodrigues
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 * * rootcd /home/rootfix/Maildir/cur > &&

Re: Problems with crontab

2005-08-05 Thread Lowell Gilbert
"cell" <[EMAIL PROTECTED]> writes: > 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 * * rootcd /home/rootfix/Maildir/cur > && rm -f *

Re: Problems with crontab

2005-08-05 Thread Paul Schmehl
--On Friday, August 05, 2005 21:25:14 +0200 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 * * rootcd /home/ro

Re: Problems with crontab

2005-08-05 Thread Paul Schmehl
--On Friday, August 05, 2005 14:36:41 -0500 Paul Schmehl <[EMAIL PROTECTED]> wrote: 0 5**0,3 is about as close as you can come Or 0 5 1,4,7,10,13,16,19,22,25,28** See man (5) crontab Should have read man (5) crontab better myself. 1-31/3 s