cron
# Every 15 minutes
*/15 * * * * /path/to/your/command arg1 arg2
# Every 5 minutes start at minute 2
2-59/5 * * * * /path/to/your/command arg1 arg2
# Every day at 2:30 AM
30 2 * * * /path/to/your/command arg1 arg2
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
# Every 15 minutes
*/15 * * * * /path/to/your/command arg1 arg2
# Every 5 minutes start at minute 2
2-59/5 * * * * /path/to/your/command arg1 arg2
# Every day at 2:30 AM
30 2 * * * /path/to/your/command arg1 arg2