Shell-script - Comment multiple lines in shell scripting, Bash script

Comment multiple lines in shell scripting


How to comment multiple lines in shell script
<<COMMENT1
//Your codes here
COMMENT1
(or)
<<comment1
//Your codes here
comment1
Comment Multiple lines in shell script to comment multiple lines.

Comment a particular line or single line

If you want to comment the particular line use the # symbol.
  # Your code
This will comment the line your code.

The topic on Shell-script - Comment multiple lines in shell scripting is posted by - Mylove

Hope you have enjoyed, Shell-script - Comment multiple lines in shell scriptingThanks for your time

Tech Bluff