1.

Which key is used for deleting text?(a) d(b) y(c) k(d) fThis question was addressed to me during an interview.This intriguing question comes from Editing Text in Vi Editor topic in chapter The Vi Editor of Unix

Answer»

Correct CHOICE is (a) d

Explanation: ‘d’ is not a command but is used as ‘DD’ to delete entire LINES. For EXAMPLE, to a delete a line INVOKE the command mode and press dd and the entire line will be deleted.



Discussion

No Comment Found

Related InterviewSolutions