1.

To copy 10 lines from the current cursor location, we can use _____(a) 10y(b) 10yy(c) yy10(d) 10xI had been asked this question during an online interview.Question is from Editing Text in Vi Editor in portion The Vi Editor of Unix

Answer»

The correct CHOICE is (b) 10yy

Easiest explanation: Since yanking is performed by the yy command HENCE to copy the current LINE and 9 lines below we can USE the command ’10yy’.



Discussion

No Comment Found

Related InterviewSolutions