Shell Script Put Multiple Line Comment - nixCraft
Sección: Programación
Creado: 14-02-19 (Actualizado: 16-02-19)
[icon type="bash"]I would like to use multiline comments under shell script. Under C / C++ I can use the following format / my c code comment # 2 blah foo bar .... / How do I put multi line comment under a shell script?
https://www.cyberciti.biz/faq/bash-comment-out-multiple-line-code/