I scheduled a job like this:
* * 6-8 * 1-5 echo "test" >>/tmp/test.log 2>&1
I expect this job to run only on 6th,7th,8th, these 3 days. but today is 18th, it still runs. What is wrong with this job? What shall I do if I want it to run a some specific days?