How u convert string "hi pravin how are you?" to
"Hi Pravin How Are You?"
Answer Posted / gaurav
Just use the below command
echo "hi Praveen How are you" |tr "[:lower:]" "[:upper:]"
| Is This Answer Correct ? | 3 Yes | 49 No |
Post New Answer View All Answers
How do I debug a shell script?
What happens when you type ls?
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 a shell script to check the failed jobs?
What is the use of break command?
Why is used in shell scripting?
What is meant by $1 in shell script?
What is a shell script? Can you name some of its advantages?
How do we delete all blank lines in a file?
How will you print the login names of all users on a system?
Is shell scripting easy to learn?
Where is bash history?
What are the advantages of shell script?
How to use arguments in a script?
is this growing field and what is average package in this?