Run Crontab anytime after 4pm
Posted
by
EasilyBaffled
on Super User
See other posts from Super User
or by EasilyBaffled
Published on 2013-10-24T21:02:02Z
Indexed on
2013/10/24
21:58 UTC
Read the original article
Hit count: 387
I am trying to run a script through crontab in osx 10.8.5 that will run at 4:30.
30 16 * * 1-5 /Library/Frameworks/Python.framework/Versions/2.7/bin/python /Users/lego90511/PycharmProjects/Stock\ Scanner/stock_scanner.py
But I realized today that, my computer is not always on at 4:30. So I added the fix * 16 * * 1-5. But then I realized it may not be at all between 4-5. How can I set crontab to run anytime after 4pm(16 cron time)?
© Super User or respective owner