Linux Commands Reference - Complete Linux Command Guide
Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.
xz
High compression ratio compressor
Syntax
xz [OPTION]... [FILE]...Common Options
-dDecompress-kKeep original file-cWrite to stdout-fForce overwrite-0Fastest compression-9Best compression-eExtreme compression-tTest integrity-lShow compression info-vVerbose output-TSpecify thread countCommon Examples
xz file.txtCompress file
xz -k file.txtCompress keeping original
xz -d file.txt.xzDecompress file
xz -9e file.txtExtreme compression
xz -l file.txt.xzShow compression info
xz -T4 file.txtCompress with 4 threads
xz -c file.txt > file.xzCompress to stdout
Related Tools
More Code & Dev Tools
Cron Expression Generator
Generate and validate Cron expressions online. Convert Cron ...
CSS Formatter
Format and minify CSS online. Beautify CSS code or compress ...
CSS Gradient Generator
Generate CSS gradients online. Linear and radial gradients w...
XML Formatter
Format and minify XML online. Beautify XML code or compress ...
Git Cheatsheet
Quick reference for common Git commands. Search, copy, and u...
Color Extractor
Extract colors from images online. Get dominant colors and c...
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...
WebSocket Tester
Test WebSocket connections and messages in real-time. Connec...
cURL Converter
Convert cURL commands to Python, JavaScript, PHP, Go, and mo...
HTML Formatter
Format and minify HTML online. Beautify HTML code or compres...