How u convert string "hi pravin how are you?" to
"Hi Pravin How Are You?"
Answer Posted / manish yadav
echo hi praveen how are you|sed 's/ [a-z]/\U&/g'|sed 's/^[a-
z]/\U&/g'
| Is This Answer Correct ? | 9 Yes | 11 No |
Post New Answer View All Answers
How do I run a script on mac?
What is awk script?
What exactly is a shell?
Is cmd a shell?
What is a shell script in windows?
What is the use of a shebang line?
What is eval in shell script?
What is the difference between scripting and coding?
What does chmod do?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
What is $1 in shell scripting?
How to write a function?
What is the use of echo in shell script?
How to print pid of the current shell?
Why should we use shell scripts?