In addition to the asterix, the shell also interprets a question mark as a special character. A question mark will match one, and only one character. For instance, ls /etc/?? will display all two letter files in the the /etc directory.
;