what is this line in the shell script do ?#!/bin/ksh
Answer Posted / satyabrata
A)it give the path of shell and where the shell script will
run.
B) it gives the name of which shell you are working
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Is cmd a shell?
How to get the last line from a file using just the terminal?
Is shell a scripting language?
Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.
What language is bash written in?
How to print the first array element?
Why is used in shell scripting?
How will you emulate wc –l using awk?
How do I open the shell prompt?
Explain about sourcing commands?
Explain about gui scripting?
i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..
What are the various stages of a linux process it passes through?
I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
How do I stop script errors?