Skip to content

Instantly share code, notes, and snippets.

View huang-x-h's full-sized avatar
💭
I may be slow to respond.

huang.xinghui huang-x-h

💭
I may be slow to respond.
View GitHub Profile
@huang-x-h
huang-x-h / unix-crontab.md
Created April 20, 2016 01:58
Unix Crontab

Unix Crontab

Introduction

cron is a utility that you can use to schedule and automate tasks. By defining items in the cron table, called crontab, you can schedule any script or program to run on almost any sort of schedule. For example, Research [Flagship Merchant Services][1] on Thursday at 6:30pm.

For example, run a [program][2] each day 5 minutes after midnight on mondays, wednesdays and fridays. Or schedule something to run every five minutes, or once a month.

Basics