how to comment multiple lines in unix

hi all,
please help me how to comment multiple lines in unix script.

thanks in advance
--bali

Hi Bali,

Try out this.

: << --COMMENT BLOCK--
comments here
--END OF COMMENT BLOCK

Hi Bali,

Try this out.

: << --COMMENTS BLOCK--
comments here
--COMMENTS BLOCK--

Cheers,
Sumesh

This is already replied by Vino & anbu in this forum please check this --