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
How will you emulate wc –l using awk?
What are the advantages of shell script?
Is shell scripting difficult?
What is a batch file used for?
How to get the 3rd element/column from each line from a file?
How can the contents of a file inside jar be read without extracting in a shell script?
How would you compare the strings in a shell script?
How to get the last line from a file using just the terminal?
How can you get the value of pi till a 100 decimal places?
Can shell script run on windows?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
When should shell programming/scripting not be used?
What is the use of break command?
What is bash shell command?
How does ls command work?