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
Explain ‘system calls’ with respect to unix commands?
Which command is used to copy files?
Differentiate cat command from more command.
What is a command and examples?
What is ctrl d?
Explain command to display different lines that are found when compare two files?
What is a bash command?
Give the command for finding the current date.
How does pipe () work?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is .sh file?
Who invented grep?
What is $0 bash?
Name the general commands in using unix os for a beginner?
Why is shebang used?