Penguin

See glob(7).

"Globbing" is the pattern matching you do on files. not to be confused with regex(7)'s.

some examples of globs would be:

 *.so
 *.sh
 access.log.?
 /etc/{passwd,motd}