InterviewSolution
Saved Bookmarks
| 1. |
Which option is used with grep command for ignoring the case in pattern searching?(a) -a(b) -v(c) -i(d) -eI got this question in a national level competition.My question comes from grep command topic in portion Filters using Regular Expressions of Unix |
|
Answer» The correct answer is (c) -i |
|