I'm writing a script and I'm wanting to be able to delete a specific job/task that a user can create using the Crontab command.
I know that to be able to simply delete all jobs/tasks, you just use:
crontab -r;
But if there's multiple jobs/tasks how are you able to list them and then delete selected ones?