Comment example
: << EOT
foo
bar
foo
bar
EOT
Example of comment and output Useful when outputting ASCII art.
cat << EOT
foo
bar
foo
bar
EOT This article describes how to add multiple line comments in shell scripts for Linux/Bash commands.
Comment example
: << EOT
foo
bar
foo
bar
EOT
Example of comment and output Useful when outputting ASCII art.
cat << EOT
foo
bar
foo
bar
EOT