What command is used to replace the existing string with
some other?
Answer Posted / drishya
:g/existing word/s//new word
this s can be used while using C in linux...
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Why is shebang used?
How do I use grep to find a file?
How does pipe () work?
What is the command to find maximum memory taking process on the server?
What is the significance of the 'tee' command?
Which command is used to create a directory?
What do know about tee command and its usage?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Which command should you use to find the remaining disk space in unix server?
What is the pipe command?
What is grep in bash?
What do chgrp command do?
Which command is used to kill the last background job?
What are grep patterns?
What does sed command do in unix?