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 is an inode block?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
Explain how you Automate your application using Shell scripting.
What does it mean to debug a script?
What does $1 mean in bash?
Explain about debugging?
Explain about sourcing commands?
When should shell programming/scripting not be used?
How does shell scripting work?
c program to display the information of given file similar to givan by the unix or linux command ls -l
What does echo mean in scripting?
What can you do with powershell?
What is the difference between scripting and coding?
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
What happens on a system call?