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
What language is bash written in?
How can any user find out all information about a specific user like his default shell, real-life name, default directory, when and how long he has been using the system?
What are the different types of shell scripting?
What is meant by dos operating system?
What language is shell scripting?
c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l
What is option in shell script?
What is the default ubuntu terminal?
What are the four fundamental components of every file system on linux?
How to get the last line from a file using just the terminal?
Given a file find the count of lines containing the word "abc".
How do I run a shell script in powershell?
What is .sh file in mac?
What does .sh file contain?
What happens on a system call?