in my crontab i have this
* * * * * /users/abcd/runme.sh >> /mnt/ansible/logs/runme.log
is it possible to append the date to the file with something like this? I've tried several different variations with no luck.
* * * * * /users/abcd/runme.sh >> /mnt/ansible/logs/runme_`date +%F`.log