single line comment in linux 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.