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

For explanation I would say: Both -e and -f allows US to use multiple instructions with SED. For example, -e allows us to ENTER as many instructions as we want, each PRECEDED by the option.



Discussion

No Comment Found

Related InterviewSolutions