InterviewSolution
Saved Bookmarks
| 1. |
‘:w’ command can be used to write selected lines.(a) True(b) FalseThe question was posed to me during an internship interview.I want to ask this question from Vi-Ex Mode topic in chapter The Vi Editor of Unix |
|
Answer» CORRECT choice is (a) True The explanation is: Apart from saving our editing, we can use ‘:w’ command for WRITING SELECTED lines. For EXAMPLE, |
|