Partido parcial del mensaje Bash
if [[ $string == *"foo"* ]]; then
echo "It's there!"
fi
Dopey Diplodocus
if [[ $string == *"foo"* ]]; then
echo "It's there!"
fi