How do I run a .sh file?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different types of commonly used shells on a typical linux system?
What is the best shell scripting language?
Explain about return code?
What is meant by $1 in shell script?
What are the different kinds of loops available in shell script?
How would you replace the n character in a file with some xyz?
How can I send a mail with a compressed file as an attachment?
how will you find the total disk space used by a specific user?
What are zombie processes?
What are different types of 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.
What does debug script mean?