How do I search for text in vi?
Answer / Bhanu Bairwa
To search for text in vi, you can use the '/' command followed by your search term. For example, if you want to search for the word 'example', you would press '/example' and then hit Enter.
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the different commands used to view the contents of a file?
How to replace the exact word in vi editor?? suppose a file contains words like amaze,amazed,amazement in some of the line.But i want to replace only 'amaze' with delight but don't wanna replace amazed or amazement. thanks
6 Answers Polaris, Tech Mahindra,
29. How to display top 10 users Who | head -10 | wc –w
What is ‘ps’ command for?
What is clustering in HP and how it's work?
in UNIX,what is the command to remove directory with files?
what is exact definition of operating system?
What is the comma to display different lines that are found when compare two files?
What is the Unix file system hierarchy?
How do you find path of a directory? Give its syntax.
what is virtual machine?
what is the difference between pipe(|) and tee command..