I have a script that I needs to be continously run from 9am to 4pm. I know that I can start the script running at 9am using crontab but I'm not sure how to stop it at 4pm? Is there a similar command in crontab that would kill a script at a certain time?
Thanks.