LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   crontab schedule (https://www.linuxquestions.org/questions/linux-newbie-8/crontab-schedule-4175499507/)

santosh0782 03-26-2014 03:59 AM

crontab schedule
 
Hi,
I want to schedule a script in crontab from 05:00AM to 23:59PM(Mon-Fri) and it should run every after 4 mins.

how could we set the above requirement in the following crontab parameters?

*/4 * * * 1-5 script.sh

could someone please help?

chrism01 03-26-2014 04:21 AM

Have a look at this http://www.dataphyx.com/cronsandbox/

santosh0782 03-30-2014 01:35 AM

Thanks a lot, its really very helpful. :-)


All times are GMT -5. The time now is 03:08 PM.