Vitaly V. Ch <[EMAIL PROTECTED]> ha escrit:

> On some machines run under slackware 10.2 next test always fail:
> 
>  for ((i=0;i<1000;i++)); do echo $i >$i; tar cz $i >>file.tgz; done;
> gzip -t -v file.tgz

It should have failed. You cannot glue together two compressed files and
expect the result to be a valid compressed file.

-Sergey


Reply via email to