1.

Which command is used to abort the editing and quit the editing mode?(a) :w(b) :wq(c) :q(d) ‘:x’The question was asked by my college professor while I was bunking the class.I need to ask this question from Vi-Ex Mode in division The Vi Editor of Unix

Answer»

The correct option is (c) :Q

Explanation: It is possible to abort the editing process and quit the editing mode without SAVING the buffer. The quit (:q) command PERFORMS this JOB.



Discussion

No Comment Found

Related InterviewSolutions