1.

To append contents of buffer to file01, we can use __________(a) : w >> file01(b) :r > file01(c) :w > file01(d) :r >> file01This question was addressed to me by my school principal while I was bunking the class.My doubt is from Handling Multiple Files and Buffers topic in chapter Advanced Vi of Unix

Answer»

Correct ANSWER is (a) : w >> file01

For EXPLANATION I would say: The command :w >> file01 will append the CONTENTS of BUFFER to the file specified.



Discussion

No Comment Found

Related InterviewSolutions