Definitions for "Globbing"
Globbing refers to the expansion of shell metacharacters to complete file names. Shell globbing metacharacters are '*' and '?', which expands to a sequence of zero or more characters and exactly one character respectively.
in the shell, the ability to group a certain set of filenames with a globbing pattern. See Also globbing pattern.
See filename generation.
the section called “Debugging on part(s) of the script