bzip2 Command Examples

A block-sorting file compressor. More information: https://manned.org/bzip2.

bzip2 {{path/to/file_to_compress}}

bzip2 {{[-d|--decompress]}} {{path/to/compressed_file.bz2}}

bzip2 {{[-dc|--decompress --stdout]}} {{path/to/compressed_file.bz2}}

bzip2 {{[-t|--test]}} {{path/to/compressed_file.bz2}}

bzip2 {{[-v|--verbose]}} {{path/to/compressed_files.bz2}}

bzip2 {{[-f|--force]}} {{path/to/compressed_file.bz2}}

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