bash linux comments code example
Example 1: shell comments
# This is a comment on powershell.
# It will work on bash too.
Example 2: comment in bash
#SINGLE COMMENT
<<COMMENT
MULTILINE COMMENT
COMMENT
: '
MULTILINE COMMENT
'
echo "Hello Wordl"