glob:
globs, more properly called [shell] patterns, and also known as wildcard expressions, are instances of a pattern-matching language used in many, esp. POSIX-like shells, to match filenames and strings: e.g., `*.c` is a glob for C source files and matches any file whose suffix (extension) is `.c`.