Which command in the vi editor removes three consecutive words?

Choose the correct answer

Explanation

In vi editor, the command '3 dw' deletes three words starting from the cursor position. Option A deletes to the line end, C deletes characters, and D deletes entire lines.

Which command in the vi editor removes three consecu… — Basic of linux unix | PakQuizHub