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>
...