An implementation of the STR$MATCH_WILD RTL function as a command:
returns success/failure status to indicate if a candidate string matches a
wildcard pattern.
Syntax: str$match_wild candidate pattern
Exit status ($STATUS) reflects match/nomatch (success)/(warning)
Example: str$match_wild test.foo *.txt !returns warning $STATUS
Example: str$match_wild test.txt *.txt !returns success $STATUS
See