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

How does shell scripting work?

612


What are the 3 standard streams in linux?

571


What are the four fundamental components of every file system on linux?

1161


Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.

798


Is shell and terminal the same?

592






What are different types of shell?

491


How to print all the arguments provided to the script?

555


What is a program shell?

570


What is the equivalent of a file shortcut that we have a window on a linux system?

602


What language is used in terminal?

556


How will you find the 99th line of a file using only tail and head command?

1983


Which shell is the best?

574


What is sh in shell script?

573


How to use arguments in a script?

579


c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again

5217