comment out bash script code example
Example 1: comment line in bash file
# Bash comment
Example 2: comment in shell script
# This is a comment in Shell/Bash Script.
# '#' Symbol is used show a comment.
# Bash comment
# This is a comment in Shell/Bash Script.
# '#' Symbol is used show a comment.