Glob()
From open-encyclopedia.com - the free encyclopedia.
glob() is a Unix library function that expands file paths according to a minimal regular expression syntax. It's also used as a noun when discussing a particular pattern match, e.g. "use the glob *.log to match all those log files".