Linux Commands Reference - Complete Linux Command Guide
Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.
gunzip
Decompress gzip format files
Syntax
gunzip [OPTION]... [FILE]...Common Options
-cWrite to stdout-kKeep compressed file-fForce decompress-rRecursive decompress-lList compressed file info-tTest integrity-vVerbose output-nNo original filenameCommon Examples
gunzip file.txt.gzDecompress gzip file
gunzip -k file.txt.gzDecompress keeping .gz
gunzip -c file.txt.gz > newfile.txtDecompress to stdout
gunzip -r directory/Recursive decompress
gunzip -t archive.gzTest archive integrity
gunzip -f file.txt.gzForce decompress
Related Tools
More Code & Dev Tools
Port Checker
Check if a port is open online. Test port availability and c...
HTML Formatter
Format and minify HTML online. Beautify HTML code or compres...
cURL Converter
Convert cURL commands to Python, JavaScript, PHP, Go, and mo...
JavaScript Obfuscator
Obfuscate and protect JavaScript code. Make your code harder...
Color Palette Generator
Generate harmonious color palettes online. Create color sche...
Color Converter
Convert between HEX, RGB, HSL color formats. Color picker wi...
Color Contrast Checker
Check color contrast ratios for WCAG compliance. Ensure acce...
SQL Formatter
Format and beautify SQL queries online. Improve SQL readabil...
JavaScript Formatter
Format and beautify JavaScript code online. Improve code rea...
Git Cheatsheet
Quick reference for common Git commands. Search, copy, and u...
CSS Gradient Generator
Generate CSS gradients online. Linear and radial gradients w...
API Tester
Test HTTP APIs online with support for GET, POST, PUT, DELET...