Bootstrap FreeKB - Bash (Scripting) - Create a crontab entry in bash script
Bash (Scripting) - Create a crontab entry in bash script

Updated:   |  Bash (Scripting) articles

The following command can be run from the Teriminal or in a Bash shell script to add an entry to a users crontab.

(crontab -l 2>/dev/null; echo "* * * * * * /path/to/script") | crontab -

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter a4df10 in the box below so that we can be sure you are a human.