Multi Line comment in Shell Script
Q. How do I use Multi Line comment in Bash
Ans:
We know that we can comment a line using '#' in Shell Script, but what if we want to comment a huge block of code? If we use '#' to comment that block then this can be very tedious task. Rather than using single line comment we can use multi line comment. In this tutorial i will show you how to use multi-line comment in Shell Script.
In Shell
0 comments:
Post a Comment