Live data from Hacker News

Cron commands to plain English

cronchecker.net

1–10 of 28 posts

Re: Cron commands to plain English

#7
post #2

You can also use DuckDuckGo to do this: https://duckduckgo.com/?q=cron+0+0+*+*+*+some_report.sh&t=lm

>Cron will schedule the job at this frequency: 0:00:00 on 2 Aug, 2014 0:00:00 on 3 Aug, 2014 0:00:00 on 4 Aug, 2014

Results are a little harder to read. This other site gives more natural sentences.

Re: Cron commands to plain English

#8
@reboot cd ~/bin/some_daemon

is not a very good example. It will launch a shell which will change to the specified directory and then terminate. (It might produce an error message if the directory doesn't exist.)

Post reply on HN