What command is used to replace the existing string with
some other?
Answer Posted / thangaraju
sed 's/existingstring/newstring/g' filename or Specfied
row means sed '1,10s/existingstring/newstring/g' filename
| Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
Why is it called a shebang?
What is the command to compare two files in unix?
What is pipe command in unix?
How do I run a whois command?
What do know about tee command?
Explain command to show the space allocation of files?
Which command is used to restrict incoming messages?
What are the general commands in using unix os for a beginner?
What does grep v grep do?
What is s and g in sed command?
What are awk commands?
What is .sh file?
Which command is used to find whether the system is 32 bit or 64 bit?
What is grep command in unix with examples?
How do I search for a file in unix command?