How can I run command every six hours every day?
I tried the following, but it did not work:
/6 * * * * * mycommand
0 */6 * * * command
This will be the perfect way to say 6 hours a day.
Your command puts in for six minutes!