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
Differentiate cat command from more command.
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is “chmod” command?
What is the use of awk command in unix?
What is rmdir command?
What is updatedb?
What is the command to find hidden files in the current directory?
What is awk used for?
Is grep faster than awk?
What is the comma to show the space allocation of files?
What is the use of egrep command in unix?
Differentiate cmp command from diff command.
Explain the steps that a shell follows while processing a command.
What does pipe () return?
What is the difference between cat command and more command?