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 did u debugging in unix/ linux platform ??( project Related)
What's the difference between scripting and coding?
write a shell program to check wheather a given string is pallindrome or not?
Calculate a real number calculation directly from the terminal and not any shell script.
What are the advantages of using shell scripts?
Hi Friends, I am currently Undergoing Course On Testing.I am Planning To Keep Fake Resume.Can any One tell me the ways to Prepare i.e, Real Time experience For Manual Testing. With Regards, Vikram
What is the syntax of while loop in shell scripting?
I Forgot My Windows Vista Password! How Can I Find My Windows Lost Password?
What is Linux language details
What will happen to my current process when I execute a command using exec?
Write a shell script to check whether a number is Armstrong number or not?
What happens when you type ls?