How to write an execution every 5 minutes between 9 pm and 8 am the next day? ?
Write them separately, because the time range is 0-23, so it cannot span the number of days.
0-23
*/5 0-8,21-23 * * * commands
0 */5 21-8 * * ?
Um,:
*/5 0-8,21-23 * * * cmd
Write them separately, because the time range is
0-23
, so it cannot span the number of days.0 */5 21-8 * * ?
Um,: