Q.

Indicate the right option to search for BOB, Bob, BOb or BoB?

A. grep –i Bob files
B. grep ‘B[oO][bB]’ files
C. grep ‘[BOB]’ files
D. grep -v ‘Bob’ files
Answer» B. grep ‘B[oO][bB]’ files
968
0
Do you find this helpful?
2

View all MCQs in

Linux Programming

Discussion

No comments yet