crontab via terminal / bash September 27, 2013Linuxbash, cron, cronjobPF Add a cronjob without deleting all the others cat <(crontab -l) <(echo "* * * * * command") | crontab -