How u convert string "hi pravin how are you?" to
"Hi Pravin How Are You?"
Answer Posted / manuswami
echo "hi praveen how are you"|sed -e 's/
[a-z]/\U&/g'\;'s/^[a-z]/\U&/g'
| Is This Answer Correct ? | 9 Yes | 16 No |
Post New Answer View All Answers
What are the default permissions of a file when it is created?
What shell is bin sh?
What is computer cli?
How will you emulate wc –l using awk?
what is info area how many types?
What is option in shell script?
What are different types of shell?
How do I run a .sh file on mac?
What is bash coding?
Explain about debugging?
What does chmod do?
What language is bash written in?
What is the first line in every perl script called?
What language is shell scripting?
What are filters explain sort with all the options available?