In a file i have a string like this which is the date of today
Sa 4. Dez
Date format is like this
stringtoday=`date +%Y-%m`
now i wanna use a if condition to check if the date of today exists in this file and if that's the case i want stop the bash script. if the date is not in this file. the script should run. How can i do this?