i'm trying to run following command from cron:
[[ -d some_folder_path ]] && [[ $(date +%u) -lt 6 ]] && touch ~/testOK
Unfortunately it's not working although when I run it outside the cron it works perfectly.
Kind request for help solving the issue.