How u convert string "hi pravin how are you?" to
"Hi Pravin How Are You?"
Answer Posted / pravin
Dear amlan Iwant answer which work for any string given.
| Is This Answer Correct ? | 7 Yes | 13 No |
Post New Answer View All Answers
What is shell scripting?
How do you debug a script?
What are the different variables present in linux shell?
What is sudo command?
What is the default shell of solaris?
Set up a Sev 2 alert when the Primary WA service fails. A windows batch script needs to be created that will monitor the WA service on the Primary and when the service stops/fails a Sev 2 TT is generated for a particular team ?
What is the difference between grep and egrep?
How do I run a script on mac?
What is the difference between break and continue commands?
What are the different types of variables used in shell script?
What is a shell in operating system?
What is an inode block?
What is shell terminal?
Is bash an operating system?
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.