Crontab

Chris F.A. Johnson cfaj-uVmiyxGBW52XDw4h08c5KA at public.gmane.org
Sat Sep 30 23:28:12 UTC 2006


On Sat, 30 Sep 2006, Jason Carson wrote:

> Greetings,
>
> How do I run a program every half hour?

    In your crontab file put:

0,30 * * * * /path/to/program

    Or, if you prefer:

5,33 * * * * /path/to/program

    Or...

-- 
    Chris F.A. Johnson                      <http://cfaj.freeshell.org>
    ===================================================================
    Author:
    Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
--
The Toronto Linux Users Group.      Meetings: http://gtalug.org/
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://gtalug.org/wiki/Mailing_lists





More information about the Legacy mailing list