Notepad/enter/Coding Tips (Classical)/Terminal Tips/System Client/Linux/Cron.md

366 B

Cron is a way to automate tasks through scheduled scripts. There are fantastic resources for crontab such as Cronitor . Cron works for MacOS (via Crontab) by default as well as Linux.

More information on Cron usage.

*/30 * * * * /Users/shwethajayaraj/.local/bin >/dev/null 2>&1