Wildcard
Wildcards are used for pattern matching, such as file name matching, pathname search, string lookup, etc. Commonly used wildcards are (*), (?) And character sequences in square brackets []. The user can include these wildcards in the file name as the command parameter, constitute a so-called "mode string" to match mode matching during the execution.