I\'m trying to get a simple crontab job to run every 15 minutes and am having trouble deciding how to format the timing.
What I\'ve been putting down is the followin
You would format the crontab like this to get it to run every 15 minutes.
*/15 * * * * [path/to/script]