bzip3 Command Examples

An efficient statistical file compressor. More information: https://manned.org/bzip3.

bzip3 {{path/to/file_to_compress}}

bzip3 {{[-d|--decode]}} {{path/to/compressed_file.bz3}}

bzip3 {{[-dc|--decode --stdout]}} {{path/to/compressed_file.bz3}}

bzip3 {{[-t|--test]}} {{path/to/compressed_file.bz3}}

bzip3 {{[-v|--verbose]}} {{path/to/compressed_files.bz3}}

bzip3 {{[-d|--decode]}} {{[-f--force]}} {{path/to/compressed_file.bz3}}

bzip3 {{[-h|--help]}}