what is the meaning of First line of shell script ,what is
meaning of #! pleas explain brifly
Answer Posted / shivani
It tells u that which is the shell whose interpreter would
come into action for the execution of that particular
script.
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
What is a file basename?
What are the various stages of a linux process it passes through?
What is the difference between scripting and coding?
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?
What does .sh file contain?
wats the deinitions for shell utility and filter?
What is shell application?
How will you copy a file from one machine to other?
Why are shell scripts used?
I have 2 files and I want to print the records which are common to both.
what is info area how many types?
How to check if a directory exists?
Write down the syntax for all the loops in shell scripting.
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
How to print all array elements and their respective indexes?