Answer Posted / priya
shebang is also called as hashbang.This basically used for
interpretation.This should be the 1st line of any shell
script which indicate the script to run in specified shell.
For ex. If the 1st line of a shell script is #!/bin/ksh
then the program has to run under korn shell.If you do not
specified any shebang then it will run under default shell.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How do I run a shell script on a mac?
What is the equivalent of a file shortcut that we have a window on a linux system?
How would you compare the strings in a shell script?
How to print all the arguments provided to the script?
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
Explain about echo command?
What is bourne shell scripting?
what is tickets $ what low,medium,high priorite pls define time also
How do I run a bin bash script?
What can scripts do?
What will happen to my current process when I execute a command using exec?
How do I run a powershell script?
What is shift command in shell script?
How will you find the 99th line of a file using only tail and head command?
Explain about stdin, stdout and stderr?