InterviewSolution
Saved Bookmarks
| 1. |
If there are special characters in a pattern, then we’ve to enclose them in ______(a) single quotes(b) double quotes(c) without any quotes(d) all quotesThis question was addressed to me in an online quiz.Query is from grep command topic in portion Filters using Regular Expressions of Unix |
|
Answer» Right option is (b) double quotes |
|