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
sudo crontab -e -u {user}
crontab {path/to/file}
crontab -l
crontab -r
0 10 * * * {command_to_execute}
* * 3 Apr * {command_to_execute}
30 2 * * Fri {/absolute/path/to/script.sh}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY This content has been proxied by September (ba2dc).Proxy Information
text/gemini;lang=en-GB