Q857
Indicate the right option to search for anything not a letter or number
A.
grep '^[a-zA-Z0-9]'
B.
grep '[^a-zA-Z0-9]'
AnswerC.
grep '[a-zA-Z0-9]'
D.
None of the mentioned
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board