What is meant by dos operating system?
No Answer is Posted For this Question
Be the First to Post Answer
I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
What exactly is a shell?
how to create purchase order
What does $@ mean bash?
What is the difference between a shell variable that is exported and the one that is not exported?
How would you replace the n character in a file with some xyz?
What are the different variables present in linux shell?
What will happen to my current process when I execute a command using exec?
What is the use of script interpreter in shell scripting?
What is shell and terminal?
What is the use of "$#" in shell scripting?
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.