What are the advantages of shell scripting?
Answer / Mohd Asif
Shell scripting provides several advantages. Firstly, it automates repetitive tasks, saving time and effort. Secondly, it improves system productivity by enabling users to create their own customized commands. Thirdly, it increases portability as scripts can run on different Unix-like operating systems. Lastly, shell scripts help in managing the system more efficiently.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does sh mean?
What is bash coding?
What is bash eval?
What is a shell script? Can you name some of its advantages?
What is the syntax of "nested if statement" in shell scripting?
What is the best scripting language?
RAM one table colums a1,a2,a3,a4 respective values 2,4,7,8 KRISH one table colums a1,a2,a3,a4 respective values 3,4,6,9 IN RAM & KRISH a4 column if comparing values RAM A4 - KRISH A4 ( 8-9 =1 THEN print 5 or (RAM) a4 value 10 KRISH a4 values 2 then 10 -2 =8 print 5*8=40 or diff 5 print same
How to print all array elements and their respective indexes?
In a file , how to retrieve the lines which are the multiples of 50 ? like 50,100,150th lines etc.
How to make userdefined variables to available for all other shells?
What is the first line in a shell script?
How would you print just the 25th line in a file using smallest shell script?