What are the advantages of shell scripting?



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

Post New Answer

More Shell Script Interview Questions

What does sh mean?

1 Answers  


What is bash coding?

1 Answers  


What is bash eval?

1 Answers  


What is a shell script? Can you name some of its advantages?

1 Answers  


What is the syntax of "nested if statement" in shell scripting?

1 Answers  


What is the best scripting language?

1 Answers  


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

1 Answers   Tech Mahindra,


How to print all array elements and their respective indexes?

1 Answers  


In a file , how to retrieve the lines which are the multiples of 50 ? like 50,100,150th lines etc.

9 Answers   Amazon,


How to make userdefined variables to available for all other shells?

4 Answers  


What is the first line in a shell script?

1 Answers  


How would you print just the 25th line in a file using smallest shell script?

4 Answers  


Categories