Why is a script important?



Why is a script important?..

Answer / Hina Mansoori

A script's purpose is automating repetitive tasks, simplifying complex processes, and allowing users to interact with computer systems without needing extensive programming knowledge.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Shell Script Interview Questions

Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.

0 Answers   Cap Gemini, Wipro,


Can shell script run on windows?

1 Answers  


How do I set bash as default shell mac?

1 Answers  


Explain about shebang?

1 Answers  


how can you execute the shell scripts?

4 Answers  


How to create environment variables?What are the conditions for creating variables?

1 Answers   Infosys, Wipro,


How shell works?

1 Answers  


How will you schedule a job that will run every month last day?(some months have 30 days,some 31 days,28,29 days)

1 Answers   NTT Data, TCS,


What language is bash written in?

1 Answers  


Why is it called a shell?

1 Answers  


if i have 2 files file1 and file2.... file1 contains 2 columns like b a 11 aa 12 as 13 ad 15 ag 11 ar 13 ah 15 ak file2 contains b c 10 ds 11 at 15 gh 15 jk 13 iu 11 fg 13 yy can any 1 give me the program to display in this way? a b c aa 11 at ar 11 fg ad 13 iu ah 13 yy ag 15 gh ak 15 jk

3 Answers  


What does debug script mean?

1 Answers  


Categories