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
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?
how to get part of string variable with echo command only?
c program to display the information of given file similar to givan by the unix or linux command ls -l
How do I debug a shell script?
What is $1 in shell scripting?
How can any user find out all information about a specific user like his default shell, real-life name, default directory, when and how long he has been using the system?
What is scripting autism?
I have 2 files and I want to print the records which are common to both.
How to get script name inside a script?
Can you write a script to portray how set –x works?
What does chmod do?
Explain about the exit command?
What does it mean to debug a script?
What does echo mean in scripting?
What is a boot block?