InterviewSolution
Saved Bookmarks
| 1. |
How Can You Go To A Specific Line Of A File Using The Vi Editor? |
|
Answer» The :<linenumber> COMMAND can be USED to go to a specific line of a FILE USING the vi EDITOR. The :<linenumber> command can be used to go to a specific line of a file using the vi editor. |
|