Linux Commands Reference - Complete Linux Command Guide
Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.
tar
Tape archive utility
Syntax
tar [OPTION...] [FILE]...Common Options
-cCreate archive-xExtract archive-vVerbose output-fSpecify archive file-zUse gzip compression-jUse bzip2 compression-tList archive contentsCommon Examples
tar -cvf archive.tar files/Create tar archive
tar -czvf archive.tar.gz files/Create gzipped archive
tar -xvf archive.tarExtract tar archive
tar -tzvf archive.tar.gzList archive contents
Related Tools
More Code & Dev Tools
Code Analyzer
Analyze code quality online. Check for errors, warnings, and...
API Tester
Test HTTP APIs online with support for GET, POST, PUT, DELET...
WebSocket Tester
Test WebSocket connections and messages in real-time. Connec...
Port Checker
Check if a port is open online. Test port availability and c...
Timestamp Batch Converter
Convert multiple timestamps at once. Batch process Unix time...
JavaScript Obfuscator
Obfuscate and protect JavaScript code. Make your code harder...
HTTP Status Codes
Reference guide for HTTP status codes. Learn the meaning of ...
CSS Formatter
Format and minify CSS online. Beautify CSS code or compress ...
Code Formatter
Format and beautify code online. Support multiple languages ...
Cron Expression Generator
Generate and validate Cron expressions online. Convert Cron ...
Code Minifier
Minify HTML, CSS, and JavaScript code. Reduce file size by r...
IP Calculator
Calculate IP ranges, subnet masks, and CIDR notation. Networ...