| Wildcards |
Wildcards can act as placeholders for missing characters in
filenames. Common wildcards are the asterisk (*) and the question mark (?).
These can be valuable when searching for filenames in the operating system.
They can often be used in search engines as well. For instance, searching Windows
for a file named s*.* will give you every file starting with the letter s.
|