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 is the command to find out today's date?
What is bash coding?
What is shell scripting?
What is inside a seashell?
How many fields are present in a crontab file and what does each field specify?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
What is .sh file in mac?
What is meant by $1 in shell script?
How do we create command aliases in a shell?
determine the output of the following command: echo ${new:-variable}
Explain about debugging?
How to check if the previous command was run successfully?
What is shell and terminal?
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
What is shell chemistry?