Multiple choice technology

Which of the below are wild card charaters

  1. *

  2. ?

  3. #

  4. $
Reveal answer Fill a bubble to check yourself
A,B Correct answer
Explanation

The * matches any number of characters (including zero), while ? matches exactly one character. These are the two primary wildcard characters used for filename pattern matching in UNIX shells.