in reply to Re: Easy matrix builder
in thread Easy matrix builder

This is also available under *nix (which is where the idea for many of the ppt programs came from IIRC). However, watch for the number of open files. 200 may be approaching the per user, or per process limit on some machines / OS.

If paste does what I think it does, it will open all of the files and then pull a line from each in a loop.

--MidLifeXis

Replies are listed 'Best First'.
Re^3: Easy matrix builder
by blazar (Canon) on Jan 19, 2006 at 09:18 UTC
    Indeed he most probably meant the *NIX tool and pointed to ppt for a perl implementation to look at for inspiration.