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 tickets $ what low,medium,high priorite pls define time also
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.
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?
how to get part of string variable with echo command only?
Explain how you Automate your application using Shell scripting.
How do you find out What is your shell?
What does $@ mean in shell?
How to print all the arguments provided to the script?
Is scripting and coding the same thing?
Is shell scripting a language?
Explain about return code?
What language is bash?
Is it possible to substitute "ls" command in the place of "echo" command?
How will you emulate wc –l using awk?
How do I run a shell script in powershell?