" #
# --------------------------------------------------------------------------------- #
# To use line breaks in the echo command use the "-e" option and #
# enclose all text in double quotes. The line break is represented as "-e". #
# --------------------------------------------------------------------------------- #
##################################### EXAMPLE #######################################
echo -e "
testing line breaks with
the echo command
"
| --------------------------------- |
| |
| testing line breaks with |
| the echo command |
| |
| --------------------------------- |