Suppose you are having a bash script and you want to comment multiple lines in the script, just user the below method to comment the codes. You can replace TheG with whatever you want.
: <<'TheG' your code #!/bin/bash your codes TheG
Suppose you are having a bash script and you want to comment multiple lines in the script, just user the below method to comment the codes. You can replace TheG with whatever you want.
: <<'TheG' your code #!/bin/bash your codes TheG