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
c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again
What shell is bin sh?
What is scripting used for?
What does $@ mean in shell?
Explain about debugging?
How to get the first line from a file using just the terminal?
Print the 10th line without using tail and head command.
What is meant by dos operating system?
I have 2 files and I want to print the records which are common to both.
What is the command to find out today's date?
What is eval in shell script?
How do I run a .sh file on mac?
Explain about gui scripting?
What exactly is a shell?
How do you know which shell I am using?