Answers for "shell comments"

23

bash comment

# This is a Bash comment.
echo "This is Code" # This is an inline Bash comment.
Posted by: Guest on March-05-2020
9

comment in shell script

# This is a comment in Shell/Bash Script.
# '#' Symbol is used show a comment.
Posted by: Guest on May-02-2020
3

shell comments

# This is a comment on powershell.
# It will work on bash too.
Posted by: Guest on September-20-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language