syntax to comment in bash script code example
Example 1: bash comment
# This is a Bash comment.
echo "This is Code" # This is an inline Bash comment.
Example 2: comment line in bash file
# Bash comment
# This is a Bash comment.
echo "This is Code" # This is an inline Bash comment.
# Bash comment