file mask

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Revision as of 18:42, 19 June 2022 by Woozle (talk | contribs) (Created page with "==About== A file mask is a filename containing zero or more wildcard characters or other search filtering. The most commonly-recognized wildcards are {{fmt/code|*}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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