Linux Commands Reference - Complete Linux Command Guide
Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.
bunzip2
Decompress bzip2 format files
Syntax
bunzip2 [OPTION]... [FILE]...Common Options
-kKeep compressed file-cWrite to stdout-fForce decompress-tTest integrity-vVerbose outputCommon Examples
bunzip2 file.txt.bz2Decompress bzip2 file
bunzip2 -k file.txt.bz2Decompress keeping .bz2
bunzip2 -c file.txt.bz2 > newfile.txtDecompress to stdout
bunzip2 -f file.txt.bz2Force decompress
bunzip2 -t file.txt.bz2Test file integrity
Related Tools
More Code & Dev Tools
Code Share
Create and share code snippets online. Syntax highlighting a...
HTML Formatter
Format and minify HTML online. Beautify HTML code or compres...
API Tester
Test HTTP APIs online with support for GET, POST, PUT, DELET...
Color Converter
Convert between HEX, RGB, HSL color formats. Color picker wi...
Port Checker
Check if a port is open online. Test port availability and c...
Code Analyzer
Analyze code quality online. Check for errors, warnings, and...
JavaScript Formatter
Format and beautify JavaScript code online. Improve code rea...
CSS Formatter
Format and minify CSS online. Beautify CSS code or compress ...
Code Minifier
Minify HTML, CSS, and JavaScript code. Reduce file size by r...
Color Palette Generator
Generate harmonious color palettes online. Create color sche...
CSS Gradient Generator
Generate CSS gradients online. Linear and radial gradients w...
Git Cheatsheet
Quick reference for common Git commands. Search, copy, and u...