crontab

Schedule cron jobs to run on a time interval for…

crontab

Schedule cron jobs to run on a time interval for the current user. Job definition format: "(min) (hour) (day_of_month) (month) (day_of_week) command_to_execute".

crontab -e

crontab -l

crontab -r

0 10 * * * {{path/to/script.sh}}

* * 3 Apr * {{path/to/script.sh}}

30 2 * * Fri {{path/to/script.sh}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← cronic crunch →