[Haskell-cafe] directory tree?

Chaddaï Fouché chaddai.fouche at gmail.com
Mon Jun 25 15:27:51 EDT 2007


> I also tried gzipping a different, smaller file, and I changed the
> string in "bar" accordingly. No error in that case. So it seems to be
> a problem with myData.z, but why would it gunzip from the command line
> with no trouble in that case?
>
> Thanks,
> Chad

Because gunzip is smarter than your program in that he can decompress
gzip format but Z format too (which is produced by the very old
"compress" unix utility).

-- 
Jedaï


More information about the Haskell-Cafe mailing list