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
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
How to use arguments in a script?
How do I run a .sh file?
What is meant by $1 in shell script?
What is bash command used for?
How can you find out how long the system has been running?
What is the purpose of scripting?
What is scripting used for?
How do you debug a script?
How will you connect to a database server from linux?
What is shell variable?
Is shell scripting a language?
How can the contents of a file inside jar be read without extracting in a shell script?
What is an sh file?
What are the advantages of shell scripting?