Last Updated: May 07, 2018
·
225
· kanshuYokoo

multiple comment line on Bash script

#!/bin/sh
echo bla
echo bla bla
echo bla bla bla
echo Before Comment out
:<< COMMENT
echo this is a comment
echo comment
echo Hello
COMMENT
echo After Comment out