multiline comment

Q. I’d like to use multiline comments under shell script. Under C / C++ I can use format /* my c code comment # 2 blah */ How do I put multi line comment under a shell script? A. By default shell script can be commented out prefixing # character for example: # my comment [...]

{ 10 comments }