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
Is shell scripting difficult?
Write down the syntax of "for " loop
Why is used in shell scripting?
I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
Explain about the slow execution speed of shells?
State the advantages of shell scripting?
How to write a function?
What are the advantages of shell scripting?
What is bash command used for?
How do I debug a shell script?
Suppose you execute a command using exec, what will be the status of your current process in the shell?
How to get the first line from a file using just the terminal?
What is shell prompt?
Explain about gui scripting?
How do I run a .sh file?