Bash si el contenido del archivo es igual a
str=ABCD
if [[ $(< test.txt) != "$str" ]]; then
# send e-mail
fi
feddynventor
str=ABCD
if [[ $(< test.txt) != "$str" ]]; then
# send e-mail
fi