multiline comment bashrc code example
Example 1: multiline comment in bash
: << 'comment1'
what ver you want to comment
comment1
Example 2: multi line comment in shell script
# Multi Line Comment
: '
This is a
very neat comment
in bash
'
: << 'comment1'
what ver you want to comment
comment1
# Multi Line Comment
: '
This is a
very neat comment
in bash
'