appending content to existing file in vi editor can be done in mode. Command mode Insert mode
Answer options
A
Append mode
B
Escape mode
Correct answer: Append mode
Explanation
In vi editor, pressing 'a' (append) enters insert mode positioned after the cursor, allowing content to be appended. This mode is referred to as 'Append mode' in the context of this question.