Sample crontab entry, which runs a command every 10 minutes

crontab

  • Schedule cron jobs to run on a time interval for the current user.
    More information: <https://crontab.guru/>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

*/10 * * * * {{command_to_execute}}

click the source code to copy install crontab on any operating system with command-not-found.com