Answer Posted / guest
By changing the environmental variable SHELL.
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
shell script for reverse the string
What can you do with powershell?
Is it possible to substitute "ls" command in the place of "echo" command?
Why is the use of shell script?
What is another name for a bash shell script that you might see?
wats the deinitions for shell utility and filter?
How to print pid of the current shell?
What is the syntax of while loop in shell scripting?
What are different types of shell?
Can we run shell script in windows?
Which shell is the best?
What is shell company all about?
How to use arguments in a script?
Explain about echo command?
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.