bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gzipped output padded with zeros


From: Koblinger Egmont
Subject: gzipped output padded with zeros
Date: Mon, 17 Feb 2003 14:19:53 +0100 (CET)

Hi!

When I launch either
  tar c something | gzip > output.tar.gz
or
  tar czf output.tar.gz something

then the result is exactly what I expect.

When I type
  tar cz something > output.tar.gz
or
  tar czf - something > output.tar.gz
I still expect the same result, however, the output is filled up with
zeros to the next multiple of 10240 bytes.

I know that plain 'tar' works with block of 10240 bytes, and so a simple
non-compressed .tar file is a multiple of 10k, but if tar internally
invokes a compressing program, the output should no longer be justified to
these sizes.

(Actually, using bzip2 instead of gzip brings the same problem.)


tar version 1.13.25


bye:
Egmont Koblinger





reply via email to

[Prev in Thread] Current Thread [Next in Thread]