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 is the first line in a shell script?
What is a shell script in windows?
Is shell a scripting language?
What are the 3 standard streams in linux?
What is basename in shell script?
Can you write a script to portray how set –x works?
c program to display the information of given file similar to givan by the unix or linux command ls -l
Is shell scripting a language?
What happens when you type ls?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
What is bash used for?
How are shells born?
What is difference between bash and shell?
Write down the syntax for all the loops in shell scripting.
How do I start a shell script?