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
You must be logged in to post a comment.
Answer are B and D… You can delete lines in vi using 17dd or d17d
0
0