[amp_mcq option1=”I” option2=”i” option3=”a” option4=”A E. None of the above” correct=”option3″]
The correct answer is C. a.
The command a is used to append text at the end of the current line in vi editor.
The command I is used to insert text at the beginning of the current line.
The command i is used to insert text at the cursor position.
The command A is used to append text at the end of the file.
The command None of the above is incorrect.