Answer Posted / 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 |
Post New Answer View All Answers
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
What is the use of break command?
How can you get the value of pi till a 100 decimal places?
How to redirect both standard output and standard error to the same location?
What does sh mean?
How do I run a .sh file?
What does egrep mean?
How to open a read-only file in the shell?
What is the conditional statement in shell scripting?
How do I run a shell script in powershell?
What is eval in shell script?
What language is bash?
What is sh in shell script?
What is bash eval?
Give some situations where typing error can destroy a program?