Login
Remember
Register
Ask a Question
How would you search for a specific Employee ID in a file using the vim editor?
0
votes
asked
Nov 11, 2020
in
Linux
by
sharadyadav1986
How would you search for a specific Employee ID in a file using the vim editor?
#linux-vim-editor
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 11, 2020
by
rahuljain1
How would you search for a specific Employee ID in a file using the vim editor?
$ vim +/<employee id to be searched> <filename>
...