InterviewSolution
Saved Bookmarks
| 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 |
|