Olly wrote:
> it into actually unpacking a file. And it doesn't work inside !MemFS,
> which would be bearable if it didn't delete the original file whenever
> it encountered an error.
Best thing for that is
*gzip -dc { > foo }
then at least you have a bit of uncompressed file left (hopefully text!)
Patrick