Usually cronjob is used like every minute, every hour, day, etc. But sometimes you want it to work like every second hour or every fifth minute. this is where a little trick comes in (or in other words – rtfm):
*/5 * * * * echo ‘rtfm’
Usually cronjob is used like every minute, every hour, day, etc. But sometimes you want it to work like every second hour or every fifth minute. this is where a little trick comes in (or in other words – rtfm):
*/5 * * * * echo ‘rtfm’
Leave a Reply