InterviewSolution
Saved Bookmarks
| 1. |
How can we escape to the UNIX shell without quitting vi editor?(a) using ‘:sh’ command(b) using ctrl-Z(c) using ctrl-D(d) using ‘:sh’ command and using ctrl-ZThe question was posed to me in class test.Origin of the question is Vi-Ex Mode topic in chapter The Vi Editor of Unix |
|
Answer» Right option is (d) using ‘:sh’ command and using ctrl-Z |
|