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


Please Help Members By Posting Answers For Below Questions

Write a command sequence to find all the files modified in less than 2 days and print the record count of each.

1189


How to use arguments in a script?

781


How do I run a .sh file?

790


What is meant by $1 in shell script?

718


What is bash command used for?

774


How can you find out how long the system has been running?

687


What is the purpose of scripting?

740


What is scripting used for?

759


How do you debug a script?

774


How will you connect to a database server from linux?

745


What is shell variable?

696


Is shell scripting a language?

769


How can the contents of a file inside jar be read without extracting in a shell script?

853


What is an sh file?

733


What are the advantages of shell scripting?

816