pigz
Multithreaded zlib compression utility.
- Compress a file with default options:
pigz {filename}
- Compress a file using the best compression method:
pigz -9 {filename}
- Compress a file using no compression and 4 processors:
pigz -0 -p{4} {filename}
- Compress a directory using tar:
tar cf - {path/to/directory} | pigz > {filename}.tar.gz
pigz -d {archive.gz}
- List the contents of an archive:
pigz -l {archive.tar.gz}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).