InterviewSolution
Saved Bookmarks
| 1. |
Which of the following statement is not true?(a) f and t commands are used for searching a character(b) y and yy are same(c) vi has 26 named buffers(d) :e# is used for toggling between filesThe question was asked by my school teacher while I was bunking the class.This intriguing question originated from Customizing Vi Editor in division Advanced Vi of Unix |
|
Answer» CORRECT ANSWER is (b) y and yy are same Best explanation: The y operator YANKS text but it cannot perform any function UNLESS it is combined with any command or itself. |
|