Multiple-line comment for shell scripts
How to comment a block of text without inserting the ‘#’ character to all lines? We just use a ‘<<COMMENT_STRING’ (COMMENT_STRING can be obviously whatever we want) before the line of text we want to comment out and ‘COMMENT_STRING’ after the last line. An example: <<HEADER_COMMENT This is a test …