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
Is bash an operating system?
How to find all the files modified in less than 3 days and save the record in a text file?
What is the significance of $#?
What is echo $shell?
What is a shell made of?
Is shell scripting a language?
What are filters explain sort with all the options available?
wats the deinitions for shell utility and filter?
What is computer cli?
What are different types of shell?
What makes c shell a more preferable option than the bourne shell?
What is the first line of a shell script called?
Is powershell a language?
I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
What is the use of break command?