-8
Q:

comment in bash

# This is a Bash comment.
echo "This is Code" # This is an inline Bash comment.
9
# This is a comment on powershell.
# It will work on bash too.
2
# This is a comment in Shell/Bash Script.
# '#' Symbol is used show a comment.
5
#SINGLE COMMENT

<<COMMENT
 MULTILINE COMMENT
COMMENT

: '
 MULTILINE COMMENT
'

echo "Hello Wordl"
1

New to Communities?

Join the community