Pattern matching with wildcards and metacharacters
Wildcard characters provide a convenient way to specify multiple file names or directory names.
The wildcard characters are asterisk (*
)
and question mark (?
). The metacharacters are open and close
square brackets ([ ]
), hyphen (-
), and exclamation
mark (!
).