In the vi editor, which command allows you to add text at the end of the current line?

Choose the correct answer

Explanation

In vi, the command 'A' moves the cursor to the end of the line and switches to insert mode, enabling you to append text. The other commands serve different purposes: 'a' appends after the cursor position, 'i' inserts before the cursor, and 'I' inserts at the beginning of the line.

In the vi editor, which command allows you to add te… — Basic of linux unix | PakQuizHub