Skip to content

Commit

Permalink
Added another cron site, fixed based on comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mynamewastaken committed Jan 18, 2014
1 parent b2399c7 commit 5522c58
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions cron_101.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Notes on composing good "cron expressions"
``.zshrc`` or such). In particular, make sure to specify the full path to your
program if it's not in a commonly-used location like ``/usr/bin``.
- If you have problems with the syntax, or something isn't working properly, there
are websites [#]_ that will explain a particular line from crontab.
are websites [#]_ that will translate crontab to English, and vice versa. [#]_

Modify a specific user's crontab
--------------------------------
Expand Down Expand Up @@ -243,6 +243,8 @@ Footnotes

.. [#] `"Examples" in cron - Wikipedia, a free encyclopedia <http://en.wikipedia.org/wiki/Cron#Examples_2>`_
.. [#] `Crontab to plain english <http://cronchecker.net>`_
.. [#] `Crontab to plain English <http://cronchecker.net>`_
.. [#] `Where can I set environment variables that crontab will use?, <http://stackoverflow.com/questions/2229825/where-can-i-set-environment-variables-that-crontab-will-use/10657111#10657111>`_
.. [#] `English to crontab <http://corntab.com/>`_
.. [#] `Where can I set environment variables that crontab will use? <http://stackoverflow.com/questions/2229825/where-can-i-set-environment-variables-that-crontab-will-use/10657111#10657111>`_

0 comments on commit 5522c58

Please sign in to comment.