Linux Commands Reference - Complete Linux Command Guide
Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.
7z
7-Zip high compression ratio tool
Syntax
7z [COMMAND] [OPTION]... ARCHIVE [FILE]...Common Options
aAdd to archivexExtract with full pathseExtract without pathslList archive contentstTest integritydDelete from archiveuUpdate archive-pSet password-mx=9Maximum compression-mhe=onEncrypt file headers-rRecursive operationCommon Examples
7z a archive.7z files/Create 7z archive
7z x archive.7zExtract 7z archive
7z l archive.7zList archive contents
7z a -psecret archive.7z files/Encrypt archive
7z a -mx=9 archive.7z files/Maximum compression
7z a -mhe=on -psecret archive.7z files/Encrypt headers and content
7z t archive.7zTest archive integrity
7z d archive.7z unwanted.txtDelete from archive
Related Tools
More Code & Dev Tools
WebSocket Tester
Test WebSocket connections and messages in real-time. Connec...
JavaScript Formatter
Format and beautify JavaScript code online. Improve code rea...
Port Checker
Check if a port is open online. Test port availability and c...
Code Minifier
Minify HTML, CSS, and JavaScript code. Reduce file size by r...
CSS Gradient Generator
Generate CSS gradients online. Linear and radial gradients w...
JavaScript Obfuscator
Obfuscate and protect JavaScript code. Make your code harder...
Git Cheatsheet
Quick reference for common Git commands. Search, copy, and u...
Regex Cheatsheet
Quick reference for regular expression patterns. Character c...
Timestamp Converter
Convert between Unix timestamp and human-readable date. Supp...
Code Share
Create and share code snippets online. Syntax highlighting a...
XML Formatter
Format and minify XML online. Beautify XML code or compress ...
CSS Formatter
Format and minify CSS online. Beautify CSS code or compress ...