what is the meaning of First line of shell script ,what is
meaning of #! pleas explain brifly
Answer Posted / r r mishra
#!/bin/sh. which dictates that the following program is a
shell script,
| Is This Answer Correct ? | 21 Yes | 13 No |
Post New Answer View All Answers
Write a script to print the first 10 elements of fibonacci series.
What are the different variables present in linux shell?
What is shell environment?
Why should we use shell scripts?
What does debug script mean?
Why is a script important?
Determine the output of the following command: name=shubham && echo ‘my name is $name’.
What does sh mean?
How can we find the process name from its process id?
What language is used in terminal?
How to set an array in linux?
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
How can I send a mail with a compressed file as an attachment?
Write the syntax for "if" conditionals in linux?
What is bash used for?