[Linux] Use crontab to execute the program regularly
Last Updated on 2021-04-12 by Clay
Sometimes, we need to execute our program regularly, it's like crawling financial news, waking us up, and sending us emails ... etc.
In Linux, we can use crontab tool to help us set up a schedule to automatically execute programs. Today, I will simply record how to set up crontab to accomplish these functions.
Read More »[Linux] Use crontab to execute the program regularly