How To Remove Or Delete Single Cron Job Using Linux

[Solved] How To Remove Or Delete Single Cron Job Using Linux | Php - Code Explorer | yomemimo.com
Question : How to remove or delete single cron job using linux command?

Answered by : muhammad-wasim

{"tags":[{"tag":"textarea","content":"crontab -r","code_language":"shell"}]}

Source : | Last Update : Fri, 27 Jan 23

Question : remove cron job

Answered by : vishal-trivedi

crontab -u <USER> -l | grep -v '<CRON_TO_BE_REMOVED>' | crontab -u <USER> -

Source : https://askubuntu.com/questions/408611/how-to-remove-or-delete-single-cron-job-using-linux-command | Last Update : Fri, 02 Dec 22

Answers related to how to remove or delete single cron job using linux command

Code Explorer Popular Question For Php