LPI
101-400 · Question #93
What is the difference between the i and a commands of the vi editor?
The correct answer is B. i (insert) inserts text before the current cursor position whereas a (append) inserts text after the. See the full explanation below for the reasoning.
Question
What is the difference between the i and a commands of the vi editor?
Options
- Ai (interactive) requires the user to explicitly switch between vi modes whereas a (automatic)
- Bi (insert) inserts text before the current cursor position whereas a (append) inserts text after the
- Ci (independent rows) starts every new line at the first character whereas a (aligned rows) keeps
- Di (interrupt) temporarily suspends editing of a file to the background whereas a (abort) terminates
How the community answered
(57 responses)- A14% (8)
- B75% (43)
- C4% (2)
- D7% (4)
Community Discussion
No community discussion yet for this question.