Where are cowrie shells found?
No Answer is Posted For this Question
Be the First to Post Answer
What does echo mean in scripting?
What is bash used for?
What can scripts do?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
What are the four fundamental components of every file system on linux?
How to find all the files modified in less than 3 days and save the record in a text file?
How to print pid of the current shell?
How to handle the delimiter unit seperator in Unix
Write a shell script to get current date, time, user name and current working directory.
How do I open the shell in cmd?
How do you read arguments in a shell program - $1, $2 ..?
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.