Answers for "edit crontab file in linux"

0

linux edit crontab via script

(crontab -l 2>/dev/null; echo "*/5 * * * * /path/to/job -with args") | crontab -
Posted by: Guest on August-23-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language