Open file to line number
Vim can open a file to a desired line number with the + flag.
vi +8 index.html will open index.html and place the cursor on line 8.
Vim can open a file to a desired line number with the + flag.
vi +8 index.html will open index.html and place the cursor on line 8.