pbzcat
parallel bzip2 implementation
Install
- All systems
-
curl cmd.cat/pbzcat.sh
- Debian
-
apt-get install pbzip2
- Ubuntu
-
apt-get install pbzip2
- Arch Linux
-
pacman -S pbzip2
- Kali Linux
-
apt-get install pbzip2
- Fedora
-
dnf install pbzip2
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pbzip2
- OS X
-
brew install pbzip2
- Raspbian
-
apt-get install pbzip2
- Dockerfile
- dockerfile.run/pbzcat
pbzip2
parallel bzip2 implementation
pbzip2 is a parallel implementation of the bzip2 block-sorting file compressor that uses pthreads and achieves near-linear speedup on SMP machines. The output of this version is fully compatible with bzip2 v1.0.2 (ie: anything compressed with pbzip2 can be decompressed with bzip2).