I need to search a string '025' in a list of cron jobs. I need the output of all the files that contain this string. I am not too sure which directory has the list of all these jobs as I just access them by crontab -l or crontab -e. I tried grep but not sure how to check all jobs that are scheduled in cron?
Thanks in advance!