Why we are writting shell scripts?
Plz if possible explain it briefly.
Answer Posted / amaresh_83
1>Interactive mood:--
As Shell scripting is working like as interpreter (not
likely compiler) in a interactive mood.
2> Less time:--
it will take less time than C or C++ or other file to process.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of using shell scripts?
What is the best shell scripting language?
How are shells born?
Is cmd a shell?
What can you do with powershell?
Is bash a 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.
Why are shell scripts used?
What is shell application?
Why should we use shell scripts?
What is inside a seashell?
What are the various stages of a linux process it passes through?
What does it mean to debug a script?
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 is shell scripting used for?