Bhail
3
Q:

bash comment

# This is a Bash comment.
echo "This is Code" # This is an inline Bash comment.
9
# 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