Linux Edit Crontab через скрипт

(crontab -l 2>/dev/null; echo "*/5 * * * * /path/to/job -with args") | crontab -
Modern Mamba