An efficient statistical file compressor. More information: https://github.com/kspalaiologos/bzip3.
bzip3 path/to/file_to_compress
bzip3 -d path/to/compressed_file.bz3
stdout
([c]):bzip3 -dc path/to/compressed_file.bz3
bzip3 --test path/to/compressed_file.bz3
bzip3 --verbose path/to/compressed_files.bz3
bzip3 -d --force path/to/compressed_file.bz3
bzip3 -h