logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pgzf - Parallel gzip file IO

Author

        This manpage was written by Andreas Tille for the Debian distribution and
        can be used for any other usage of the program.

pgzf 2.5                                           April 2020                                            PGZF(1)

Description

       PGZF: Parallel gzip file IO Author: Jue Ruan <ruanjue@gmail.com> Version: 1.1

Name

       pgzf - Parallel gzip file IO

Options

-d     Decompress mode

       -t <int>
              Number of threads, [8]

       -f     Force to overwrite

       -o <string> Output file name, support directory

       -x     Delete input files after done

       -b <int>
              Block size in MB, 1 ~ 256 [16]

       -l <int>
              Compress level, 1-9, see gzip, [6]

       -h     Show this document

       -V     Print version information and exit

   Fileformat:
              PGZF  fellows  standard  GZIP format (rfc1952), and is blocked compressed.  It defines two TAGs in
              each GZIP header, ZS: block size, ZX: random access index.  Program pgzf can decompress .pgzf  and
              .gz files. When decompressing .gz files, pgzf is in fact a buffered gzip reader. Also, .pgzf files
              can be decompressed by program gzip.

       In plan to support random access

Synopsis

pgzf [options] file1 [file2 ...]

See Also