A block-sorting file compressor. See also:
bzcat,bunzip2,bzip2recover. More information: https://manned.org/bzip2.
bzip2 {{path/to/file_to_compress}}
bzip2 {{[-d|--decompress]}} {{path/to/compressed_file.bz2}}
stdout: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]}}