jack wallen jr wrote:
> 
> with Red Hat 6.3 i want to be able to use cron (in conjunction with my X10
> remotes) to turn something on every minute and off every other minute.  with crontab 
>-e (as
> user) would the following entries work:
> 
> */2 * * * * USERNAME /usr/local/bin/br -n 3
> */1.5 * * * * USERNAME /usr/local/bin/br -f 3

Try this:

*   * * * * /usr/local/bin/turn_on
*/2 * * * * /usr/local/bin/turn_off


Tony
-- 
 Anthony E. Greene <[EMAIL PROTECTED]> <http://www.pobox.com/~agreene/>
 PGP Key: 0x6C94239D 7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
 Linux: The choice of a GNU Generation.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to