Am 17.06.15 um 20:35 schrieb petr:
Hi all,
how would I make a recursive glob in TCL?
another common pattern is to use

    foreach file [exec find -L $path -type f -name $pattern] {
       ...
    }

which is straight-forward to be tailored for a wide range of
usage scenarios

Best regards
-gn
_______________________________________________
macports-dev mailing list
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to