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 the best shell scripting language?
What is k shell?
Write the syntax for "if" conditionals in linux?
how to get part of string variable with echo command only?
What is a beat in a script?
What is echo $shell?
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?
How can we find the process name from its process id?
How to redirect both standard output and standard error to the same location?
What is $1 in shell scripting?
How do I open a jshell in cmd?
How do I start a shell script?
What is a shell environment?
Explain about "s" permission bit in a file?
How do I run a bin bash script?