Why we are writting shell scripts?
Plz if possible explain it briefly.
Answer Posted / jrgalaura
Another one would be to automate routinary/housekeeping
tasks especially those long commands we keep on typing
everyday or weekly - we could write all those series of
commands in a script and just run that script anytime we
need it instead of writing all those hard to memorize
commands all the time.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is a batch file used for?
Explain about debugging?
What are the zombie processes?
How to open a read-only file in the shell?
How do we create command aliases in a shell?
What is web script?
What is the use of "$?" Sign in shell script?
Is bash a shell script?
What is meant by $1 in shell script?
What is bash shell command?
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.
What does sh mean?
Can we run shell script in windows?
How to find duplicate record in file using shell script?
What is the lifespan of a variable inside a shell script?