what is this line in the shell script do ?#!/bin/ksh
Answer Posted / venkatgiri t
/bin/ksh denotes the place where all the commands source
code is stored. Hence when ever we run command, the
commands referred from their.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
I have 2 files and I want to print the records which are common to both.
How can the contents of a file inside jar be read without extracting in a shell script?
What is computer cli?
Which scripting language is best for automation?
What is shell scripting used for?
What is the use of "$?" Sign in shell script?
What does $0 mean in shell script?
What is the difference between grep and egrep?
How are shells born?
Suppose you execute a command using exec, what will be the status of your current process in the shell?
Why is a script important?
What is gui scripting?
What are scripts in psychology?
Write down the syntax of "for " loop
Is shell scripting a language?