Need example of ::cmdline::getfiles usage for newby



Hi,

I would appreciate an example of correct usage for ::cmdline::getfiles
from the cmdline module of tcllib.
Specifically, the 'pattern' argument to the function.

I am using ActiveTcl 8.4.1 on a WinXP system. I am trying to set up a
basic template to use for all my one-off throwaways, (replacing awk).
I'm trying to mirror the C templates I used to start with when I was
last a coder (12+ years ago).

The documentation appears to indicate that on windows, file name
globbing is done. However, when I call ::cmdlines::getfiles * or even
::cmdlines::getfiles *.*, I get nothing.

Thanks,

Binayak

.