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

What does the sh command do?

608


Write down the syntax of "for " loop

609


c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command

4693


What is the difference between bash and shell?

643


Is shell scripting a programming language?

579






Write a shell script to get current date, time, user name and current working directory.

638


How to print pid of the current shell?

604


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?

639


Determine the output of the following command: name=shubham && echo ‘my name is $name’.

533


What is bash eval?

549


How do I open the shell in cmd?

529


What is eval in shell script?

653


wats the deinitions for shell utility and filter?

1848


What is shell scripting?

593


What is basename in shell script?

591