file mask
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
About
A file mask is a filename containing zero or more wildcard characters or other search filtering. The most commonly-recognized wildcards are «*» and «?», which originated with UNIX (I think) and were also used in both CP/M and DOS.
Related
- grep/file masks: how file masks don't really work for recursion in grep
- bash/globbing: how a certain popular CLI shell isolates applications from their execution arguments
