Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
SJeshwani1618330394
Contributor
Contributor

How to schedule a job at particular time everyday on Mac?

Hello,

I am using TOS, and want to schedule a job at a particular time on my Mac machine. I have tried to run .sh file on the terminal but I want to run it automatically every day.

For example. daily at 3 p.m. Thank you in advance.

Regards,

Sheetal

Labels (2)
2 Replies
Anonymous
Not applicable

To do this you can make use of the crontab. This will show you how you can do this on a Mac....

https://betterprogramming.pub/https-medium-com-ratik96-scheduling-jobs-with-crontab-on-macos-add5a8b26c30

SJeshwani1618330394
Contributor
Contributor
Author

Thank you for the answer.