InterviewSolution
Saved Bookmarks
| 1. |
The “ed” text editor is no longer in use.(a) True(b) FalseI had been asked this question at a job interview.The origin of the question is Vi Basics and Modes in portion The Vi Editor of Unix |
|
Answer» CORRECT OPTION is (b) False The best I can explain: ‘ed’ TEXT editor is still in use but not that much as compared to vi, because the main reason behind the REPLACEMENT of ‘ed’ was that it can only edit files in current DIRECTORY and cannot execute shell commands. |
|