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 is bourne shell scripting?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
Why should we use shell scripts?
What is a shell script in windows?
Is powershell a language?
What are the default permissions of a file when it is created?
Print the 10th line without using tail and head command.
What does path stand for?
How do we delete all blank lines in a file?
What is a boot block?
How will you emulate wc –l using awk?
How are shells born?
Is shell and terminal the same?
Determine the output of the following command: name=shubham && echo ‘my name is $name’.
how will you find the total disk space used by a specific user?