InterviewSolution
Saved Bookmarks
| 1. |
Which command is used to redo the changes made by the undo command?(a) ctrl-l(b) ctrl-r(c) ctrl-g(d) ctrl-fI have been asked this question in my homework.This intriguing question comes from Editing Text in Vi Editor topic in division The Vi Editor of Unix |
|
Answer» CORRECT option is (b) ctrl-r The best EXPLANATION: We can USE the control KEY (ctrl-r) to redo the changes which are made by the undo command. |
|