what is this line in the shell script do ?#!/bin/ksh

Answer Posted / satchi

to execute the commands in a script using "ksh" shell.

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of variables used in shell script?

554


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


How will you print the login names of all users on a system?

575


Is shell script a programming language?

572


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

5235






Given a file find the count of lines containing the word "abc".

961


Where is bash history?

508


How do I read a .sh file?

532


How many fields are present in a crontab file and what does each field specify?

585


Is powershell a bash?

590


How do I run a .sh file on mac?

680


How to use arguments in a script?

581


How do I run a .sh file?

615


What does $$ mean in shell script?

588


What is a shell environment?

577