Login
Remember
Register
Ask a Question
How to jump to a particular line in a file using vim editor?
0
votes
asked
Nov 11, 2020
in
Linux
by
sharadyadav1986
How to jump to a particular line in a file using 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 to jump to a particular line in a file using vim editor?
$ vim +<line number> <filename>
...