My Tech Notes
Search This Blog
execute cron job in every a few minutes, hours
execute the cron job every 5 minutes:
*/5 * * * * /path/to/script.sh
execute the cron job every 5 hours:
0 */5 * * * /path/to/script.sh
execute the cron job every Friday:
0 0 * * 5 /path/to/script.sh
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment