1 2 3 4 5 6 7 8 9
echo hello >greeting cat <<EOF && $(cat greeting) EOF { echo $? cat greeting } >/dev/null rm greeting