Skip to content

Instantly share code, notes, and snippets.

@pumpkincouture
Created May 29, 2015 02:14
Show Gist options
  • Save pumpkincouture/d96566510bab06e770a3 to your computer and use it in GitHub Desktop.
Save pumpkincouture/d96566510bab06e770a3 to your computer and use it in GitHub Desktop.
# field values
Field Range of values
minute 0-59
hour 0-23
day 1-31
month 1-12
day-of-week 0-7 (where both 0 and 7 mean Sun, 1 = Mon, 2 = Tue, etc)
command-line-to-execute the command to run along with the parameters to that command if any
# one line command to be executed
minute hour day month day-of-week command-line-to-execute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment