Search code examples
linuxunixcroncronexpression

How to set Cronjob using Crontab command from 10.00 am to 6:45 pm at 15 min interval


I have a process which should be set at cronjob from 10:00am till 6:45 pm at 15 min interval every day .


Solution

  • I think it'd be like this:

    */15 10-18 * * * command...