Bash bunzip2
- Decompress files
Using the bunzip2
Command
The bunzip2
command is used to decompress files that were compressed using bzip2.
Basic Usage
To decompress a file, use bunzip2 filename.bz2
:
Options
The bunzip2
command supports various options to customize its behavior:
-k
- Keep the compressed file-v
- Verbose mode-t
- Test compressed file integrity