What is the output of this command sequence?
cat <<EOF
------------------------
This is line 1.
This is line 2.
This is line 3.
------------------------
EOF
What is the output of this command sequence?
cat <<EOF
------------------------
This is line 1.
This is line 2.
This is line 3.
------------------------
EOF