multi line comment in shell script code example
Example 1: multiline comment in bash
: 'I am the first line and
the second line and
the third line here
'
Example 2: comment in shell script
Example 3: multiline comment in bash
: << 'comment1'
what ver you want to comment
comment1
Example 4: single line comment in shell script
echo "This is Code"
Example 5: multi line comment in shell script
: '
This is a
very neat comment
in bash
'
Example 6: bash multiline comment
: '
This is a
very neat comment
in bash
'