InterviewSolution
Saved Bookmarks
| 1. |
For returning back to the original file after switching we can use:(a) :e!(b) ctrl-^(c) :e#(d) ctrl-^ and :e#This question was addressed to me during an interview.Asked question is from Handling Multiple Files and Buffers in division Advanced Vi of Unix |
|
Answer» The correct CHOICE is (d) ctrl-^ and :e# |
|