InterviewSolution
Saved Bookmarks
| 1. |
Which option is used with sed for using multiple instructions?(a) -f(b) -n(c) -e(d) –f and -eThis question was posed to me in exam.This is a very interesting question from sed command in section Filters using Regular Expressions of Unix |
|
Answer» Right ANSWER is (d) –f and -e |
|