pigz Command Examples

Multithreaded zlib compression utility. More information: https://github.com/madler/pigz.

pigz {{path/to/file}}

pigz {{[-9|--best]}} {{path/to/file}}

pigz -0 {{[-p|--processes]}} {{4}} {{path/to/file}}

tar cf - {{path/to/directory}} | pigz > {{path/to/file.tar.gz}}

pigz {{[-d|--decompress]}} {{archive.gz}}

pigz {{[-l|--list]}} {{archive.tar.gz}}