bash script comment multiple lines code example
Example 1: multiline comment in bash
: << 'comment1'
what ver you want to comment
comment1
Example 2: bash multiline comment
: '
This is a
very neat comment
in bash
'
: << 'comment1'
what ver you want to comment
comment1
: '
This is a
very neat comment
in bash
'