Skip to content

Commit

Permalink
Attempted to match line breaks from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
handyman5 committed Jan 2, 2013
1 parent 5b73489 commit f42caff
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cron_101.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,11 @@ This would get us what we wanted (``df -h`` is the unix command for checking fre
disk space).

Field values can also be ranges. Let's say you want to edit this job to run the
same command (``df -h``), but instead of running every minute, you only want
the job to run it in the first 5 minutes of every hour, every day of the month,
every month, for every day of the week. Run ``crontab -e`` again and changing
the line to:
same command (``df -h``), but instead of running every minute, you only want the
job to run it in the first 5 minutes of every hour, every day of the month,
every month, for every day of the week.

Running ``crontab -e`` again and changing the line to:

.. code-block:: console
Expand Down

0 comments on commit f42caff

Please sign in to comment.