Globs


The globs vocabulary is useful for finding pathnames of files matching a specified pattern according to the typical rules used by the Unix shell, although results are returned in arbitrary order. No tilde expansion is done, but *, ?, and character ranges expressed with [] will be correctly matched.

The current-directory is searched, and these are the typical entry-points:
glob ( glob -- files )

rglob ( glob -- files )