1.

Which command is used for deleting the character on the left of the cursor?(a) x(b) X(c) dd(d) dThe question was posed to me in a job interview.I need to ask this question from Editing Text in Vi Editor in portion The Vi Editor of Unix

Answer»

Correct answer is (B) X

Easiest explanation: For DELETING a single character, we can use ‘X’ command. It DELETES a single character but to the LEFT of the cursor.



Discussion

No Comment Found

Related InterviewSolutions