comment in terminal code example
Example: how to add comments in terminal ubuntu
#!/bin/bash
# By adding hash(#) before line it will takes it as comment.
#!/bin/bash
# By adding hash(#) before line it will takes it as comment.