shell script in linux muli line comment code example
Example: single line comment in shell script
# This is a Bash Single Line Comment.
echo "This is Code" # This is an inline Bash comment.
# This is a Bash Single Line Comment.
echo "This is Code" # This is an inline Bash comment.