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
Is shell scripting easy to learn?
What is meant by dos operating system?
Explain about sourcing commands?
What is path variable bash?
How to print the first array element?
I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
What is basename in shell script?
Why is it called a shell?
What language is bash written in?
What is the syntax of while loop in shell scripting?
What is the command to find out users on the system?
How do I run a script from command prompt?
What does path stand for?
What are "c" and "b" permission fields of a file?
c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l