How do I run a .sh file?
No Answer is Posted For this Question
Be the First to Post Answer
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.
how to read systems current date and time
What is INODE?
What is another name for a bash shell script that you might see?
How to get the 3rd element/column from each line from a file?
i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..
What language is used in terminal?
What are the three main forms of enabling debugging in a shell script?
What is Linux language details
What are the Different types of shells?
What is the use of "shift" command in passing parameters?
How can I set the default rwx permission to all users on every file which is created in the current shell?