recursive_glob(1tcl)


recursive_glob -- return list of recursively-matched files

Synopsis

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.
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.