1 2 3 4 5
set -e ./hello | grep -i world ./hello Universe | grep Universe ./hello Universe | grep -i world && exit 1 || :