How u convert string "hi pravin how are you?" to
"Hi Pravin How Are You?"
Answers were Sorted based on User's Feedback
Answer / gaurav
Just use the below command
echo "hi Praveen How are you" |tr "[:lower:]" "[:upper:]"
| Is This Answer Correct ? | 3 Yes | 49 No |
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.
Write down the syntax for all the loops in shell scripting.
What is shell and shell script?
What is shell chemistry?
How to write a function?
What is the use of "test" command?
Is shell a scripting language?
What are the disadvantages of shell scripting?
How do you read arguments in a shell program - $1, $2 ..?
Why we are writting shell scripts? Plz if possible explain it briefly.
how do you write sql queries using shell script for eg:- we have databae table like EMPNO,ENAME,SAL,DEPTNO columns in EMP table how you display EMPNO,SAL FIELDS from emp in SHELL SCRIPT please explain with an example
What is bash shell command?