What is shell scripting used for?
What makes c shell a more preferable option than the bourne shell?
What are the advantages of shell scripting?
What is sed in shell script?
Where is bash history?
What does .sh file contain?
How will you find the 99th line of a file using only tail and head command?
How can you get the value of pi till a 100 decimal places?
What are the different variables present in linux shell?
What is a file basename?
How to find all the files modified in less than 3 days and save the record in a text file?
Where are cowrie shells found?
What is mac default shell?
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.
Which shell is the best?