All rights reserved, please indicate the source when citing
bzcat - reads the content of a bz2 compressed file
bzcat is a combination of the bzip2 and cat commands, allowing you to read the textual content of files compressed with bzip2 without needing to decompress the ".bz2" file.
Example:
$ bzcat file.txt.bz2 ← View the content of the bz2 file
For more examples of using bzcatt, refer to the provided link