linux - How to quickly disable a single job in crontab -


i need , temporarily disable particular job in crontab under linux. how can that?

the quickest way edit crontab file , comment job want disabled. comment lines in crontab start #.

0 0 1 * * this_job_i_want.sh  # uncomment below enable # 0 0 2 * * this_job_i_dont_want.sh 

Comments