what is this line in the shell script do ?#!/bin/ksh
Answer Posted / him
It specifies that shell script will execute under ksh shell
Bsically this first line of shell script specifies the path
of interpreter that will interprete the shell script.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is option in shell script?
What does $@ mean bash?
Write a shell script to get current date, time, user name and current working directory.
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 the default shell of solaris?
What happens when you type ls?
Suppose you execute a command using exec, what will be the status of your current process in the shell?
Is shell scripting easy to learn?
How do I run a powershell script?
What is scripting autism?
Explain about debugging?
What is ms powershell?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
What are zombie processes?
What is web script?