1.

vi editor has ____ named buffers.(a) 2(b) 4(c) 26(d) 5This question was addressed to me by my college director while I was bunking the class.I need to ask this question from Handling Multiple Files and Buffers topic in section Advanced Vi of Unix

Answer»

Correct choice is (c) 26

The best I can explain: vi editor STORES the deleted text in an unnamed BUFFER. But this suffers some limitations. i.e. we can use only one buffer at one TIME. So vi uses 26 special named BUFFERS which are named after the letters of the alphabet. For example,



Discussion

No Comment Found

Related InterviewSolutions