InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not a valid operator-command combination?(a) 5dd(b) yy5(c) cc(d) yGThe question was posed to me in examination.This is a very interesting question from Operator-Command Combinations topic in chapter Advanced Vi of Unix |
|
Answer» RIGHT ANSWER is (b) yy5 Best EXPLANATION: The command yy5 is not a VALID ONE as we cannot prefix the command yy with an integer value. |
|