InterviewSolution
Saved Bookmarks
| 1. |
Which of the following command is used with sed for outputting as well as printing the selected lines?(a) q(b) n(c) p(d) iI have been asked this question in quiz.My query is from sed command topic in chapter Filters using Regular Expressions of Unix |
|
Answer» The CORRECT choice is (c) p |
|