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 will happen to my current process when I execute a command using exec?
How do I run a shell script in powershell?
What are filters explain sort with all the options available?
Write a command sequence to find the count of each word?
shell script for reverse the string
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 ?
How to get the first line from a file using just the terminal?
What is eval in shell script?
What is option in shell script?
Explain about non-login shell files?
What is the purpose of scripting?
What is sed in shell script?
What does chmod do?
What is another name for a bash shell script that you might see?
What are the advantages of using shell scripts?