=======================================================
#Comments
=======================================================
Script
[prabhucloudxlab@cxln4 ~]$ cat>hello.sh
#! bin/bash
#Comments
=======================================================
Script
[prabhucloudxlab@cxln4 ~]$ cat>hello.sh
#! bin/bash
#one line Comments
#This is a one line comment
#Multi line Comments
: '
This is multiline comment
This is multiline comment
This is multiline comment
This is multiline comment
This is multiline comment
This is multiline comment
'
cat>>hello.txt
Output
[prabhucloudxlab@cxln4 ~]$ sh hello.sh
Adding the data for commetns section example...
[prabhucloudxlab@cxln4 ~]$ sh hello.sh
Adding the data for commetns section example...