How to include comments in your shell scripts?
Answers were Sorted based on User's Feedback
Answer / rameshs
#!/bin/bash
echo "Say Something"
<<COMMENT1
your comment 1
comment 2
blah
COMMENT1
echo "Do something else"
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / vipul dalwala
To comment multiple lines U can use
: '
comment1
comment2
comment3
'
| Is This Answer Correct ? | 0 Yes | 3 No |
how to search for vowels a,e,i,o,u appearing in the same sequence in a file
How to enable the shell to know what program should be run to interpret the script?
Please give me example of " at command , contrab command " how to use
How to print all array elements and their respective indexes?
what do u mean by $#,$* in unix programming?
What is the basic difference you find between a shell script and perl?
wats the she bang statment with syntax?
Explain about the exit command?
How do I run a powershell script?
How will you connect to a database server from linux?
Set up a Sev 2 alert when the Primary WA service fails. A windows batch script needs to be created that will monitor the WA service on the Primary and when the service stops/fails a Sev 2 TT is generated for a particular team ?
What is a beat in a script?