InterviewSolution
Saved Bookmarks
| 1. |
Which of the following commands will move the cursor to the end of line number 30 if the current position of the cursor is line number 01?(a) 30$(b) 30|(c) 30b(d) 30%I have been asked this question in an online quiz.Asked question is from Navigation in Vi Editor in section The Vi Editor of Unix |
|
Answer» Correct answer is (a) 30$ |
|