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
How does shebang work?
How can you see the command line history?
What is the command to view process running?
How do you grep recursively?
What is unix command line?
What are the general commands in using unix os for a beginner?
What is in grep command?
Which unix command to make a new directory?
What does find command return in unix?
Who invented grep?
What does the command '$ls | wc –l > file1' do?
Which command is used to kill the last background job?
What is grep r?
What is the use of sed command in unix?
what is the advaantage of each user having its own copy of the shell?