The crontab command, found in Unix and Unix-like operating systems, is used to schedule commands to be executed periodically.
It reads a series of commands from standard input and collects them into a file known also known as a "crontab" which is later read and whose instructions are carried out.
These tasks are known as 'Cron Jobs'.
There is 1 task in the script that would benefit from a Cron Job:
- Automatically delete events after the end date has passed.
|
|