How u convert string "hi pravin how are you?" to
"Hi Pravin How Are You?"
Answer Posted / mahfooz
echo hi praveen how are you | tr ' ' '\n' | perl -n -
e 'print "\u$_"' | tr '\n' ' '
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is c in shell script?
What does egrep mean?
What are the different types of shell scripting?
How do I run a script on mac?
how to print the 2-d, 3-d arrays in unix shell script programs please answer thi questio to my mail venusaikumar@gmail.com
What does the sh command do?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
What are the different variables present in linux shell?
What does .sh file contain?
How do I stop script errors?
How can any user find out all information about a specific user like his default shell, real-life name, default directory, when and how long he has been using the system?
How do I run a .sh file on mac?
What is shell company all about?
What are script files?
Why is the use of shell script?