in reply to Re^2: read directory
in thread read directory

I just benchmarked the difference between "glob" and "<>" and found very little difference

That's hardly surprising since glob is the internal function implementing the "<*.c>" operator according to the documentation.

--
David Serrano