How u convert string "hi pravin how are you?" to
"Hi Pravin How Are You?"
Answer Posted / amlan
sed 's/hi pravin how are you?/Hi Pravin How Are You?/g'
filename
| Is This Answer Correct ? | 15 Yes | 26 No |
Post New Answer View All Answers
What lives in a shell?
Differentiate between ‘ and ” quotes.
What are the advantages of shell scripting?
Explain about return code?
How will you emulate wc –l using awk?
How do I read a .sh file?
Given a file find the count of lines containing the word "abc".
What is sed in shell script?
What is shell terminal?
What is a scripting language simple definition?
How would you compare the strings in a shell script?
What are the 3 standard streams in linux?
What is the difference between scripting and coding?
Why are shell scripts used?
What does sh mean?