From: Ajasja Ljubetič (ajasja.ljubetic_at_gmail.com)
Date: Tue Jul 26 2011 - 03:54:58 CDT

> for more details on the find command try: man find
> or: info find
>
> this is, of course, not portable to windows.
>
>
Well, that is not entirely true. One can install Git
<http://git-scm.com/> which
on windows conventionally installs the most useful unix command line tools.
Some additional tools can be found here <http://unxutils.sourceforge.net/> and
here <http://gnuwin32.sourceforge.net/>.
One can also install msys <http://www.mingw.org/wiki/MSYS> (This is
basically what git is based on, but the installer is less is user friendly)
or cygwin <http://www.cygwin.com/> (too slow).

Of course, a native TCL implementation using glob is the best solution in
this case.

Best regards,
Ajasja