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 is bash command used for?
What does $@ mean bash?
What does .sh file contain?
What is the significance of the shebang line in shell scripting?
Differentiate between ‘ and ” quotes.
What is computer cli?
What is an sh file?
What is shift command in shell script?
I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
How do I run a script from command prompt?
What does the sh command do?
Why is used in shell scripting?
What is awk script?
Is shell a scripting language?
What is web script?