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
Write a shell script to get current date, time, user name and current working directory.
how to get part of string variable with echo command only?
What is a beat in a script?
What is the first line in a shell script?
How do you debug a script?
How many fields are present in a crontab file and what does each field specify?
How do I run a .sh file?
Write down the syntax of "for " loop
What does .sh file contain?
What are scripts in psychology?
What is c in shell script?
Is scripting and coding the same thing?
What is a shell in operating system?
How do I run a bin bash script?
How do I start a shell script?