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 shift command in shell script?
How to print all the arguments provided to the script?
one folder contains lot of students name but I want to fetch hello with every student name individually using shell script
What is scripting used for?
How can you find out how long the system has been running?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
How will you find the 99th line of a file using only tail and head command?
What happens on a system call?
Which is better perl or shell scripting?
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
What are the different variables present in linux shell?
Is shell a scripting language?
How to print all array elements and their respective indexes?
How to open a read-only file in the shell?
What is a beat in a script?