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.exe, R2win.exe, R4win.exe, and R8win.ext.