関連コマンド

コマンド 概要
bunzip2 will correctly decompress a file which is the concatenation of two or more compressed files. (bzip2 -d) also decompresses all specified files. Files which were not created by bzip2 will be detected and ignored, and a warning issued.
bzcat (or bzip2 -dc) decompresses all specified files to the standard output.
bzip2recover You can use bzip2recover to try to recover data from damaged files.
bzdiff
bzcmp
compare bzip2 compressed files. Bzcmp and bzdiff are used to invoke the cmp or the diff program on bzip2 compressed files.
bzgrep
bzfgrep
bzegrep
search possibly bzip2 compressed files for a regular expression.
bzmore
bzless
are filters which allows examination of compressed or plain text files one screenful at a time on a soft-copy terminal. bzmore/bzless work on files compressed with bzip2 and also on uncompressed files.