unix bash comments code example
Example 1: bash comment
# This is a Bash comment.
echo "This is Code" # This is an inline Bash comment.
Example 2: shell comments
# This is a comment on powershell.
# It will work on bash too.
# This is a Bash comment.
echo "This is Code" # This is an inline Bash comment.
# This is a comment on powershell.
# It will work on bash too.