Linux Commands Reference - Complete Linux Command Guide
Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.
unzip
Decompress zip format files
Syntax
unzip [OPTION]... ARCHIVE [-d DIRECTORY]Common Options
-dSpecify extract directory-lList archive contents-tTest integrity-oOverwrite existing files-nNever overwrite-qQuiet mode-vVerbose output-xExclude files-PSpecify passwordCommon Examples
unzip archive.zipExtract to current directory
unzip archive.zip -d /target/Extract to target directory
unzip -l archive.zipList archive contents
unzip -t archive.zipTest archive integrity
unzip -o archive.zipOverwrite existing files
unzip archive.zip "*.txt"Extract only txt files
unzip -P password archive.zipExtract with password
Related Tools
More Code & Dev Tools
SQL Formatter
Format and beautify SQL queries online. Improve SQL readabil...
Code Analyzer
Analyze code quality online. Check for errors, warnings, and...
HTTP Status Codes
Reference guide for HTTP status codes. Learn the meaning of ...
WebSocket Tester
Test WebSocket connections and messages in real-time. Connec...
JavaScript Formatter
Format and beautify JavaScript code online. Improve code rea...
CSS Formatter
Format and minify CSS online. Beautify CSS code or compress ...
Regex Cheatsheet
Quick reference for regular expression patterns. Character c...
Code Share
Create and share code snippets online. Syntax highlighting a...
cURL Converter
Convert cURL commands to Python, JavaScript, PHP, Go, and mo...
Code Formatter
Format and beautify code online. Support multiple languages ...
Color Converter
Convert between HEX, RGB, HSL color formats. Color picker wi...
IP Calculator
Calculate IP ranges, subnet masks, and CIDR notation. Networ...