sureshp
Programmer
- Aug 28, 2000
- 79
Is there any way to make comment multiple lines .
For example if I want to have 10 lines description in Shell
script file I am commenting it with
#first line
#second line
#3 line
#....
#...
echo "regarding multiple comment"
**********
I want to comment it like C programming
/* first line
2 line
3 line
....
10th lin */
echo "r...."
Thanks in advance
For example if I want to have 10 lines description in Shell
script file I am commenting it with
#first line
#second line
#3 line
#....
#...
echo "regarding multiple comment"
**********
I want to comment it like C programming
/* first line
2 line
3 line
....
10th lin */
echo "r...."
Thanks in advance