Crontab sets 18:00 to 09:00
Posted
by abubacker
on Stack Overflow
See other posts from Stack Overflow
or by abubacker
Published on 2010-04-07T12:01:10Z
Indexed on
2010/04/07
12:03 UTC
Read the original article
Hit count: 242
I just want to set a crontab using that I want to make a program run at every 15 minutes
from 18:00 to 09:00
I have given this statement and waited but I don't think it is working
*/15 18-9 * * 1-6 Program_name
Any suggestion would be greatly appreciated
© Stack Overflow or respective owner