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 the first line of a shell script called?
What is bash eval?
What is console line?
How important is shell scripting?
Please give me example of " at command , contrab command " how to use
What are the different commands available to check the disk usage?
How does path variable work?
Is bash an operating system?
how will you find the total disk space used by a specific user?
What does path stand for?
How do I run a .sh file?
What's the difference between scripting and coding?
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 is sed in shell script?
write a shell script to check the failed jobs?