InterviewSolution
Saved Bookmarks
| 1. |
Which option displays only the filename containing the pattern?(a) -i(b) -n(c) -e(d) -lI had been asked this question during an interview.The query is from grep command in portion Filters using Regular Expressions of Unix |
|
Answer» Correct choice is (d) -l |
|