Answers for "schedule shell script mac"

1

schedule shell script mac

env EDITOR=nano crontab -e
0  3  *  *  *  sh /path/to/your/file
-----
(format: min  hour  day_of_month  month  day_of_week  your_command)
Posted by: Guest on October-14-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language