Vidyalelo
Computer Science · Q949

UNIX

Engineering and GATE · Computer Science · question 949

Q949

Which of the following expression is a correct wildcard pattern if we want an expression in which the last character is not numeric?

A.
*[!0]
B.
*[0-9]
C.
[0-9]
D.
*[!0-9]
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board