Shell globs

From Helpful
Revision as of 18:48, 30 October 2023 by Helpful (talk | contribs) (Created page with "<!-- In programming, particularly around filesystems and shells, a shell glob is associated with expanding wildcards : usually specifically {{inlinecode|?}} meaning ''one'' character of anything and {{inlinecode|*}} meaning ''any'' amount of characters of anything :: ...anything except {{inlinecode|/}}, that is see also fnmatch, which is a "does a single name match this glob", whereas glob() both walks your filesystem and returns ''all'' matching filenames (appare...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search