Live data from Hacker News

Cron commands to plain English

cronchecker.net

11–20 of 28 posts

Re: Cron commands to plain English

#14

Does not understand this syntax: "1-56/5 * * * * foo"

What does that do? CronWTF doesn't understand it either and that one even has a cat!

> 1-56/5 * * * * foo

The first minute of the hour, then every 5 minutes until the 56th minute, inclusive

Re: Cron commands to plain English

#20
OK, so I gave it this:

    8-59/30 * * * * do_something
It replied:

    The command do_something will execute
    the 8th through 59/30th minutes of
    every hour every day.
That's a pretty poor description of something that will run at 8 and 38 minutes past the hour, every hour of every day.

Not impressed - seems overly simplistic.

Post reply on HN