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 can you do with powershell?
What is awk in shell scripting?
Why is shell scripting important?
What is path in shell script?
Given a file find the count of lines containing the word "abc".
What is sh in shell script?
What is the use of a shebang line?
What is the meaning of $1 in shell script?
How do I read a .sh file?
What is mac default shell?
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.
How do I open the shell prompt?
What is a beat in a script?
What is a shell made of?
How do I start a shell script?