echo hello >greeting cat <<EOF && $(cat greeting) EOF { echo $? cat greeting } >/dev/null rm greeting