adspace
What makes c shell a more preferable option than the bourne shell?
Answer Posted / Surajit Koley
The C Shell (csh) has some features that make it more preferable over Bourne Shell (sh) for certain tasks. These include job control, programmable command history, and support for programming constructs like loops and conditionals directly in the shell script.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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.