Vidyalelo
Computer Science · Q857

Linux

Engineering and GATE · Computer Science · question 857

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]'
Answer
C.
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