CompTIA Linux+ (XK0-005) — Question 188

An engineer needs to insert a character at the end of the current line in the vi text editor. Which of the following will allow the engineer to complete this task?

Answer options

Correct answer: D

Explanation

The correct answer is 'A', which allows the user to append text at the end of the current line in vi. The other options either perform different actions, like replacing or inserting at the beginning, which do not achieve the desired task of appending a character at the line's end.