Linux Commands Reference - Complete Linux Command Guide
Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.
bzip2
High compression ratio file compressor
Syntax
bzip2 [OPTION]... [FILE]...Common Options
-dDecompress-kKeep original file-cWrite to stdout-fForce overwrite-1Fastest compression-9Best compression-tTest integrity-vVerbose output-zForce compressCommon Examples
bzip2 file.txtCompress file
bzip2 -k file.txtCompress keeping original
bzip2 -d file.txt.bz2Decompress file
bzip2 -9 file.txtBest compression ratio
bzip2 -c file.txt > file.bz2Compress to stdout
bzip2 -t file.txt.bz2Test integrity
Related Tools
More Code & Dev Tools
Code Share
Create and share code snippets online. Syntax highlighting a...
JavaScript Obfuscator
Obfuscate and protect JavaScript code. Make your code harder...
HTTP Status Codes
Reference guide for HTTP status codes. Learn the meaning of ...
XML Formatter
Format and minify XML online. Beautify XML code or compress ...
CSS Formatter
Format and minify CSS online. Beautify CSS code or compress ...
SQL Formatter
Format and beautify SQL queries online. Improve SQL readabil...
Timestamp Converter
Convert between Unix timestamp and human-readable date. Supp...
Color Palette Generator
Generate harmonious color palettes online. Create color sche...
Timestamp Batch Converter
Convert multiple timestamps at once. Batch process Unix time...
CSS Gradient Generator
Generate CSS gradients online. Linear and radial gradients w...
WebSocket Tester
Test WebSocket connections and messages in real-time. Connec...
API Tester
Test HTTP APIs online with support for GET, POST, PUT, DELET...