Why we are writting shell scripts?
Plz if possible explain it briefly.
Answer Posted / praveen tiwari
Shell script allows the user to perform his day-to-day
tasks sooner.Even a Shell Environment doesnt need a
graphical environment to write a script. So what happens is
it will be more easy for programmer to write shell scripts
on Command line environment , where it doesnt costs more
resources comparable to Graphical environment.
For example : Backup Scripts , Keeping Log files of system.
shell scripts makes you the task easier !!
And to automate the script in Linux we perform cron tasks.
Once cron has to be set. It performs operations automatically
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is inside a seashell?
State the advantages of shell scripting?
What are the different communication commands available in the shell?
How does ls command work?
What does $1 mean in bash?
How to set an array in linux?
How do you know which shell I am using?
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?
Tell something about the super block in shell scripting?
What is echo $shell?
What is sed in shell script?
What is shell chemistry?
What is bash shell command?
What is the syntax of "nested if statement" in shell scripting?
What is the syntax of while loop in shell scripting?