Octavian Rasnita <[EMAIL PROTECTED]> asked:
> Does anyone know what line I neet to print after using the
>
> crontab -e
>
> command, in order to run a program every half an hour, at 0
> minutes and at 30 minutes?
You need to print out the crontab manpage and read it. If you
don't have them on
> Hi all,
>
> Does anyone know what line I neet to print after using the
>
> crontab -e
>
> command, in order to run a program every half an hour, at 0 minutes and at
> 30 minutes?
>
Your line will need to be of the form:
0,30 * * * * /path/to/command
That says run at 0 and 30 minutes of eve