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
What is inside a seashell?
How do I run a .sh file?
What is difference between bash and shell?
What is the use of echo in shell script?
How do I open the shell prompt?
How do I debug a shell script?
Why is it called a shell?
What is the default shell of solaris?
What is bourne shell scripting?
What is shell company all about?
What is a beat in a script?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
What is the first line in a shell script?
What is the lifespan of a variable inside a shell script?
What are the default permissions of a file when it is created?