crontab only working days code example
Example: crontab only working days
# crontab on raspberry
# “At 03:01 on every day-of-week from Monday through Friday.”
1 3 * * 1-5
# crontab on raspberry
# “At 03:01 on every day-of-week from Monday through Friday.”
1 3 * * 1-5