InterviewSolution
Saved Bookmarks
| 1. |
To insert text into a file, _____ mode is used.(a) Command mode(b) Input mode(c) Ex mode(d) def modeI have been asked this question in class test.Query is from Vi Basics and Modes in chapter The Vi Editor of Unix |
|
Answer» CORRECT answer is (b) Input mode To elaborate: Input mode PROVIDES us with a feature of inputting TEXT in files. Every KEY pressed in this mode is RECORDED in the file. |
|