0 votes
in Linux by
How would you search for a specific Employee ID in a file using the vim editor?

1 Answer

0 votes
by
How would you search for a specific Employee ID in a file using the vim editor?

$ vim +/<employee id to be searched> <filename>

Related questions

0 votes
asked Feb 9 in VIM by rajeshsharma
+1 vote
asked May 11, 2021 in Linux by rajeshsharma
...