0 votes
in Linux by
How to jump to a particular line in a file using vim editor?

1 Answer

0 votes
by
How to jump to a particular line in a file using vim editor?

$ vim +<line number> <filename>

Related questions

0 votes
asked Sep 7, 2021 in Linux by Robindeniel
0 votes
asked Nov 11, 2020 in Linux by sharadyadav1986
...