glob ( glob -- files )
Globs

Next:rglob ( glob -- files )


Vocabulary
globs

Inputs
globa string


Outputs
filesa sequence


Word description
Search the current-directory using a glob pattern. This supports some wildcard characters:
*Matches multiple characters
?Matches a single character
[]Matches a specified group of characters


Definition