what is the meaning of First line of shell script ,what is
meaning of #! pleas explain brifly
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / r r mishra
#!/bin/sh. which dictates that the following program is a
shell script,
| Is This Answer Correct ? | 21 Yes | 13 No |
What is difference between bash and shell?
shell script for reverse the string
Which is best institute for testing tool?
what is info area how many types?
I want to connect to a remote server and execute some commands, how can I achieve this?
What are the three main forms of enabling debugging in a shell script?
What is inside a seashell?
Write a shell script in Linux to shift all characters in a file forward by five characters. (Thus “a” becomes “f’”).
2 Answers Ignou, Tripura Info,
Explain about the slow execution speed of shells?
What are the Different types of shells?
What does egrep mean?
How do you create a shortcut in linux?