LPIC-1 Exam 101 v5 (Linux Administrator) — Question 114

In the vi editor, how can commands such as moving the cursor or copying lines into the buffer be issued multiple times or applied to multiple rows?

Answer options

Correct answer: B

Explanation

The correct answer is B because in vi, you can specify a number before a command to repeat it that many times. Options A, D, and E incorrectly describe methods for repetition, while C does not apply to the command repetition functionality in vi.