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#

Best explanation: We can switch between multiple FILES without quitting the vi editor. For this PURPOSE, :e command is used. For returning back to the original file, we can use ONE of the following COMMANDS:



Discussion

No Comment Found

Related InterviewSolutions