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
how to print the 2-d, 3-d arrays in unix shell script programs please answer thi questio to my mail venusaikumar@gmail.com
What is scripting autism?
How to print all array elements and their respective indexes?
Write a script to print the first 10 elements of fibonacci series.
Please give me example of " at command , contrab command " how to use
How to pass an argument to a script?
Write down the syntax of "for " loop
What is the use of a shebang line?
What is the meaning of $1 in shell script?
What is batch file programming?
What is meant by $1 in shell script?
Explain about login shell?
What is c in shell script?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
What is echo in shell?