recursive_glob(TCLX)

recursive_glob(TCLX)


recursive_glob -- return list of recursively-matched files

Syntax

recursive_glob dirlist globlist

Description

This procedure returns a list of recursively-matched files. All directories in dirlist are recursively searched (breadth-first), comparing each file found against the file glob patterns in globlist. Symbolic links are not followed.