-
Notifications
You must be signed in to change notification settings - Fork 1.8k
SC1120
koalaman edited this page Jul 8, 2017
·
2 revisions
cat << eof # --- Start greeting --
Hello
eof # --- End greeting ---
cat << eof # --- Start greeting --
Hello
eof
# --- End greeting ---
The terminator token for a here document must be on an entirely separate line. No comments are allowed on this line.
Place the comment somewhere else, such as on the following line.
None