InterviewSolution
Saved Bookmarks
| 1. |
To quit vi editor without saving the buffer we can use(a) :q(b) :c(c) :w(d) :q!This question was posed to me in a national level competition.This intriguing question comes from Vi Basics and Modes in chapter The Vi Editor of Unix |
|
Answer» Right choice is (d) :Q! |
|