shell comment line code example
Example 1: shell comments
# This is a comment on powershell.
# It will work on bash too.
Example 2: single line comment in shell script
# This is a Bash Single Line Comment.
echo "This is Code" # This is an inline Bash comment.