InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not a subset of BRE (basic regular expression) character subset?(a) *(b) .*(c) ^$(d) ch+I had been asked this question in examination.This interesting question is from grep command topic in division Filters using Regular Expressions of Unix |
|
Answer» Correct answer is (d) CH+ |
|