InterviewSolution
Saved Bookmarks
| 1. |
Which of the following symbols are a set ofERE (extended regular expressions)?(a) +(b) –(c) ?(d) + and –I have been asked this question during an online interview.This key question is from grep command topic in chapter Filters using Regular Expressions of Unix |
|
Answer» Right ANSWER is (d) + and – |
|