linux console comment code example
Example 1: comment in shell script
# This is a comment in Shell/Bash Script.
# '#' Symbol is used show a comment.
Example 2: shell comments
# This is a comment on powershell.
# It will work on bash too.
# This is a comment in Shell/Bash Script.
# '#' Symbol is used show a comment.
# This is a comment on powershell.
# It will work on bash too.