InterviewSolution
Saved Bookmarks
| 1. |
To replace the entire line irrespective of cursor position, we can use ____ command(a) s(b) 10s(c) S(d) 10sThe question was posed to me in an international level competition.The above asked question is from Vi-Input Mode in portion The Vi Editor of Unix |
|
Answer» CORRECT choice is (C) S Easy explanation: ‘S’ replaces the entire LINE with a STREAM of characters entered irrespective of the current cursor position. The current line is deleted while using ‘S’ command. |
|