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 |
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.
Can shell script run on windows?
How do I set bash as default shell mac?
Explain about shebang?
how can you execute the shell scripts?
How to create environment variables?What are the conditions for creating variables?
How shell works?
How will you schedule a job that will run every month last day?(some months have 30 days,some 31 days,28,29 days)
What language is bash written in?
Why is it called a shell?
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
What does debug script mean?