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 sudo command?
What is the meaning of $1 in shell script?
What shell is bin sh?
What does $@ mean bash?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
What is the significance of $#?
Write down the syntax for all the loops in shell scripting.
What does egrep mean?
What is difference between shell and bash scripting?
How to get the last line from a file using just the terminal?
What are the advantages of shell scripting?
Explore about environment variables?
How do I run a .sh file on mac?
What is the default ubuntu terminal?
Explain about the exit command?