Answer Posted / shimpi
a shebang (also called a hashbang, hashpling, or pound
bang) refers to the characters "#!. The shebang is looked
for and used when a script is invoked directly.
Because the "#" character is often used as the comment
marker in scripting languages, the contents of the shebang
line will be automatically ignored by the interpreter
itself; the shebang line only exists to specify the correct
interpreter to be used.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Which is better perl or shell scripting?
Write the syntax for "if" conditionals in linux?
Explain about the exit command?
Why are there shells on the beach?
What is computer cli?
What is gui scripting?
What is the use of echo in shell script?
What are the zombie processes?
What happens on a system call?
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
What is the difference between bash and shell?
What is bash eval?
How do I read a .sh file?
How will you find the 99th line of a file using only tail and head command?
Can we run shell script in windows?