cron - Scheduling cronjobs at specified time -
i have scheduled jobs in crontab run 1 one, @ specific time. script crontab :
15 10 * * * /users/sri/files/batchff.sh 45 11 * * * /users/sri/files/batchgc.sh 15 13 * * * /users/sri/files/batch_gui_ff.sh 45 14 * * * /users/sri/files/batch_gui_gc.sh 15 16 * * * /users/sri/files/batch_sim_ff.sh 45 17 * * * /users/sri/files/batch_sim_gc.sh
these scripts ideally should start @ 10:15, 11:45, 13:15, 14:45, , on. scripts not starting expected, rather start @ 10:15, 10:15, 10:16, 10:16, 10:17, 10:17. these scripts writing log files also. running in apple mcbook air, os x 12.4.0 darwin
Comments
Post a Comment