shell multiline comment code example
Example 1: comment in shell script
# This is a comment in Shell/Bash Script.
# '#' Symbol is used show a comment.
Example 2: multiline comment in bash
: << 'comment1'
what ver you want to comment
comment1
Example 3: multi line comment in shell script
# Multi Line Comment
: '
This is a
very neat comment
in bash
'
Example 4: bash multiline comment
: '
This is a
very neat comment
in bash
'