In the vi editor, which of the following commands will delete the current line at the cursor and the
16 lines following it (17 lines total)?
A.
17d
B.
17dd
C.
17x
D.
d17d
E.
16d
In the vi editor, which of the following commands will delete the current line at the cursor and the
16 lines following it (17 lines total)?
In the vi editor, which of the following commands will delete the current line at the cursor and the
16 lines following it (17 lines total)?
A.
17d
B.
17dd
C.
17x
D.
d17d
E.
16d
Answer are B and D… You can delete lines in vi using 17dd or d17d