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 does $$ mean in shell script?
What are the advantages of shell script?
Is shell and terminal the same?
What does it mean to debug a script?
what are bootlevel in linux?which level is booting by default.
What is a shell script? Can you name some of its advantages?
how to create purchase order
How can the contents of a file inside jar be read without extracting in a shell script?
What is shift command in shell script?
Can you write a script to portray how set –x works?
What is INODE?
I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?