1.

To append text after the current cursor location, we can use ____ command(a) A(b) a(c) i(d) IThe question was posed to me in an interview for internship.I want to ask this question from Vi-Input Mode in chapter The Vi Editor of Unix

Answer»

Correct answer is (b) a

Easiest EXPLANATION: To append text after the current cursor LOCATION, USE the ‘a’ command. If there is already existing text after the cursor location then it will be simply shifted TOWARDS the right.



Discussion

No Comment Found

Related InterviewSolutions