Go to the previous, next section.
ls man*
would find the following files:
manual, manual.txt, man-o-man.
Use a question mark when you're sure about all but one or two characters. For example,
ls man?
would find a file called mane, but not one called manual.
Go to the previous, next section.