vi comment multiple lines 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.