what is the meaning of First line of shell script ,what is
meaning of #! pleas explain brifly
Answer Posted / alpkumar
#! indicates from where the path of the interpretor should
be considered and also directs that the contents of the
file which will be following will be executed under the
guidelines of this interpretor being used.
| Is This Answer Correct ? | 30 Yes | 1 No |
Post New Answer View All Answers
What is a shell in operating system?
What is shell and shell script?
What is the equivalent of a file shortcut that we have a window on a linux system?
What are the different commands available to check the disk usage?
What are the different communication commands available in the shell?
What is sed in shell script?
Please give me example of " at command , contrab command " how to use
What are zombie processes?
What is the difference between break and continue commands?
Given a file find the count of lines containing the word "abc".
What is shell chemistry?
Tell something about the super block in shell scripting?
How to print the first array element?
What is the best shell scripting language?
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.