bzcat
file compressionLinux
The bzcat command is one of the most frequently used commands in Linux/Unix-like operating systems. bzcat Decompress bzip2 files to standard output
Quick Reference
Command Name:
bzcat
Category:
file compression
Platform:
Linux
Basic Usage:
bzcat [options] [arguments]
Common Use Cases
Syntax
bzcat [OPTIONS] [FILE...]
Options
Option | Description |
---|---|
-s, --small |
Use less memory (at the expense of speed) |
-q, --quiet |
Suppress all warnings |
-v, --verbose |
Show verbose output |
-L, --license |
Display software license |
-V, --version |
Display version information |
-h, --help |
Show help message |
Examples
How to Use These Examples
The examples below show common ways to use the bzcat
command. Try them in your terminal to see the results. You can copy any example by clicking on the code block.
# Basic Examples Basic
bzcat file.bz2