Most command shells such as bash or cmd.exe support "file
        globbing", the ability to identify a group of files by using
        wildcards.
        
        
        
|  | 
Wildcard matching provides four features:
        For example we could identify HTML files with
        *.html. This will match zero or more characters
        followed by a dot followed by 'h', 't', 'm' and 'l'.
        
See also: Browse, File Dialog, Find File