Nice, thanks! Certainly looks like a good start at this.

What got me thinking about this is I'd like to be able to do something
like this in just a couple lines of code:

gunzip -c ./2*/*.z

... and feed the result into a giant lazy ByteString. Now, the UNIX
command doesn't really cut it, because it complains there are too many
files, but its simplicity still makes the IO monad solution feel
clunky by comparison.

Chad

On 6/22/07, Greg Fitzgerald <[EMAIL PROTECTED]> wrote:
Here's my shot.  http://hpaste.org/370
Not much different than Tom Moertel's, but grabs the fileSize along the way.
-Greg
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to