LPI
101-500 · 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. You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
GNU and Unix Commands
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
(24 responses)- B88% (21)
- C8% (2)
- D4% (1)
Explanation
You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
Topics
#vi editor#insert mode#append mode#cursor positioning
Community Discussion
No community discussion yet for this question.