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 ? | 22 Yes | 1 No |
Post New Answer View All Answers
What do chown command do?
What is the use of the tee command?
How do I open a port?
What is {} in find command?
What is the functionality of a top command?
Who command in unix operating system?
how to sort the content of the file based on numeric values
What will the following command do?
Explain command to view process running?
What is the difference between cat command and more command?
What do chgrp command do?
Is ‘du’ a command? If so, what is its use?
How do you grep recursively?
Can you explain a little bit about command substitution?
Why is awk called awk?