You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have seen there is a 'w' command to excute command after a while, but if i wanna to schedule a task happen just in 7:00:00. which command could make this happen ?
The text was updated successfully, but these errors were encountered:
Sorry for the late answer. You could use the sleep command to delay execution. Not what I’d call elegant, but should work. In your case, with 7 hours (= 25,200 seconds) this could be used like …
sleep 25200 && cliclick c:123,456
Disclaimer: I’ve never used sleep with a time that long. And of course, your Mac would have to be awake at that time.
I have seen there is a 'w' command to excute command after a while, but if i wanna to schedule a task happen just in 7:00:00. which command could make this happen ?
The text was updated successfully, but these errors were encountered: