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
Write down the syntax for all the loops in shell scripting.
Write down the syntax of "for " loop
How will you connect to a database server from linux?
Explain about sourcing commands?
What is inside a seashell?
How to open a read-only file in the shell?
What is .sh file in mac?
How many fields are present in a crontab file and what does each field specify?
What are different types of shell?
What is gui scripting?
What does $$ mean in shell script?
What is the first line in every perl script called?
What are the different types of commonly used shells on a typical linux system?
What is bourne shell scripting?
What is path in shell script?