1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# make sure history expansion doesn't take place while parsing command # substitutions set -o history set -o histexpand echo a echo $( cat <<EOF echo !! EOF ) echo --between-- cat <( cat <<'EOF' echo !! EOF )