> Alongside the OK message, print the real size in bytes; this provides
a way to view the stored file's size when it's larger than 4GiB.
You can get a real size by `gzip --list` command. Why to show the size in
`gzip --test` output? Almost all other compressors (lzop, xz, bzip2, etc0
just shows th
Hi Sergey,
On Sun, 4 Nov 2018 14:49:50 +0200, Sergey Ponomarev wrote:
> > Alongside the OK message, print the real size in bytes; this provides
> a way to view the stored file's size when it's larger than 4GiB.
>
> You can get a real size by `gzip --list` command. Why to show the size in
> `gz
Thanks for explanation,
>From user point of view it would be better not to enclose the size
into brackets: it will be easier to parse the output by other tools.
On Sun, 4 Nov 2018 at 21:39, Stephen Kitt wrote:
> Hi Sergey,
>
> On Sun, 4 Nov 2018 14:49:50 +0200, Sergey Ponomarev
> wrote:
> > >