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 are the different communication commands available in the shell?
How to check if the previous command was run successfully?
What is gui scripting?
How will you print the login names of all users on a system?
What is c in shell script?
What are "c" and "b" permission fields of a file?
What is the way to do multilevel if-else's in shell scripting?
How do I run a .sh file?
How do I edit a .sh file?
What is console line?
What is shell company all about?
What is the use of "$#" in shell scripting?
What are the disadvantages of shell scripting?
What is a batch file used for?
Why do we use shell scripting?