SHELL=/bin/bash
PATH=/usr/bin:/usr/sbin:/usr/local/bin
PATH=$PATH:/do/not/do/this
* * * * * command_to_execute
- - - - -
| | | | |
| | | | +- day of week (0 - 7) (where sunday is 0 and 7)
| | | +--- month (1 - 12)
| | +----- day (1 - 31)
| +------- hour (0 - 23)
+--------- minute (0 - 59)
% signs must be escaped such as \%
*/15 * * * * /home/user/command.sh
0 0 * * * /home/user/command.sh
5 8 * * 6 /home/user/command.sh