How u convert string "hi pravin how are you?" to
"Hi Pravin How Are You?"
Answer Posted / sonia
Use perl :-)
msg="hi praveen how are you"
msg=`echo $msg | perl -n -e 'print ucfirst(lc);'`
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
write a shell script to check the failed jobs?
What does $@ mean bash?
how to print the 2-d, 3-d arrays in unix shell script programs please answer thi questio to my mail venusaikumar@gmail.com
Explain about login shell?
How do I save a powershell script?
What is shell variable?
Write a shell script to get current date, time, user name and current working directory.
How do I open the shell prompt?
What happens on a system call?
Is cmd a shell?
What is the use of .sh file?
Can you write a script to portray how set –x works?
What is a batch file used for?
What is inside a seashell?
Where is bash history?