InterviewSolution
Saved Bookmarks
| 1. |
Which of the following key is used to enter in ex-mode?(a) ESC(b) i(c) :(d) ;I had been asked this question in exam.Question is taken from Vi Basics and Modes in chapter The Vi Editor of Unix |
|
Answer» RIGHT answer is (c) : Explanation: To ENTER into ex-mode PRESS the ‘:’ key. After that, we can press any ex-mode COMMAND followed by [Enter] to PERFORM suitable operations. |
|