Hi,
I want to put together a perl script (or one-liner)
and be able to parse a whole directory and do work
on the files that match the wanted expression.
The key is that I want the script to perform the
work on 3 files at a time, even if there are
75 file to get done.
When the 3 files are done,
(or when on file gets done, the script
grabs another file to perform the work on...)
This is for unix Perl...
IDEAS ??
-Happi