InterviewSolution
Saved Bookmarks
| 1. |
Which of the following symbol is used for matching the immediately preceding character?(a) *(b) $(c) [ ](d) %I had been asked this question during an interview.My question is based upon grep command in chapter Filters using Regular Expressions of Unix |
|
Answer» The correct answer is (a) * |
|