comment more than one line bash code example
Example 1: multi line comment in shell script
# Multi Line Comment
: '
This is a
very neat comment
in bash
'
Example 2: bash multiline comment
: '
This is a
very neat comment
in bash
'
# Multi Line Comment
: '
This is a
very neat comment
in bash
'
: '
This is a
very neat comment
in bash
'