wildcard characters
Wildcard characters are special characters you can use in file specifications. With wildcards, you can use a single file specification to represent a whole range of files. For example, "*.txt" represents any file with a .txt extension, and R?win.exe can represent R1WIN, R2WIN, and R4WIN.