Linux Commands Reference - Complete Linux Command Guide
Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.
unxz
Decompress xz format files
Syntax
unxz [OPTION]... [FILE]...Common Options
-kKeep compressed file-cWrite to stdout-fForce decompress-tTest integrity-vVerbose outputCommon Examples
unxz file.txt.xzDecompress xz file
unxz -k file.txt.xzDecompress keeping .xz
unxz -c file.txt.xz > newfile.txtDecompress to stdout
unxz -t file.txt.xzTest file integrity
unxz -f file.txt.xzForce decompress
Related Tools
More Code & Dev Tools
CSS Gradient Generator
Generate CSS gradients online. Linear and radial gradients w...
Git Cheatsheet
Quick reference for common Git commands. Search, copy, and u...
API Tester
Test HTTP APIs online with support for GET, POST, PUT, DELET...
Timestamp Batch Converter
Convert multiple timestamps at once. Batch process Unix time...
SQL Formatter
Format and beautify SQL queries online. Improve SQL readabil...
Color Extractor
Extract colors from images online. Get dominant colors and c...
Regex Cheatsheet
Quick reference for regular expression patterns. Character c...
WebSocket Tester
Test WebSocket connections and messages in real-time. Connec...
Timestamp Converter
Convert between Unix timestamp and human-readable date. Supp...
Color Palette Generator
Generate harmonious color palettes online. Create color sche...
Code Share
Create and share code snippets online. Syntax highlighting a...
JavaScript Formatter
Format and beautify JavaScript code online. Improve code rea...