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.
No Answer is Posted For this Question
Be the First to Post Answer
write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.
What are the different types of variables used in shell script?
What is sudo command?
What exactly is a shell?
Where are cowrie shells found?
What is the purpose of scripting?
What is echo in shell?
shell script for reverse the string
There are three departments A,B and C.Write a query to display the names of all the persons( in departments other than A) who are paid higher than the person receiving the lowest salary in DEPT A
How can you get the value of pi till a 100 decimal places?
What happens when you type ls?
What are the 3 standard streams in linux?