Is there a way to echo" " multiple lines.
For example like instead of // to comment out some lines of code using */
thanks much!
echo "First line\nSecond line";
or
echo 'First line Second line';
(this one does not allow embeding variables, special chars,...)