Setting Up Cron Scheduler for Mac
- Open a Mac terminal.
- Entercrontab-eto enter editor mode.:~ $crontab -
- Enter the command to set the timing for the cron job. For example, this command sets the cron job to run every 45th minute of every hour, every day, every week, and every month:45* * * *://www.qa.opencart.cybsplugin.com/mps1786/module/cybersourceofficial/paymentReport
- EnterEsc + : + w + qto close the editor. The editor closes and displays this message:: installing new
- Enter thecrontab -lcommand to check the scheduled cron job.:~ $crontab -The scheduled cron job should display on the screen. For example:45* * * *://www.qa.opencart.cybsplugin.com/mps1786/module/cybersourceofficial/paymentReport