InterviewSolution
Saved Bookmarks
| 1. |
____ option is used for taking instructions from a file.(a) -f(b) -e(c) -i(d) -nI had been asked this question in a job interview.Question is taken from sed command in division Filters using Regular Expressions of Unix |
|
Answer» RIGHT option is (a) -f Explanation: SED COMMAND is QUITE liberal and it provides a great freedom in using and REPEATING options. We can use the -f option to direct sed to take its instructions from the file. |
|