compress
Date: 2019-01-16
Written by t0spring
idx
● compress
● zip but gzip
● tar
● one more thing
compress
● compress foo
● ls foo.Z
● file foo.Z
● uncompress foo
zip but gzip
● gzip -9 foo.txt
● ls foo.txt.gz
● file foo.txt.gz
● gunzip foo.txt.gz
● gzip -d foo.txt.gz
tar
● tar tvfz foo.tar.gz
● tar tvfz foo.tgz
● tar tvf foo.tar
● tar xvfz foo.tgz
● tar cvfz bar.tgz bar
● Tape Archive
● c: create
● f: file
● x: extract
● z: zip
● t: test
● v: verbose
one more thing
● cpio
● pax
● xz
● shar
● uuencode
fine

More Related Content

ODP
Basic commands of linux By Adam
PDF
Containers from scratch
PPTX
File searching tools
KEY
ひけらかし会:辞書式圧縮
PDF
Андрей Годин - Базы данных: Документоориентированная горизонтально масштабиру...
ODP
Denser containers with PF cache - Pavel Emelyanov
PDF
PFcache - LinuxCon 2015
PDF
Why go ?
Basic commands of linux By Adam
Containers from scratch
File searching tools
ひけらかし会:辞書式圧縮
Андрей Годин - Базы данных: Документоориентированная горизонтально масштабиру...
Denser containers with PF cache - Pavel Emelyanov
PFcache - LinuxCon 2015
Why go ?

What's hot (7)

PDF
The last decade of RWiki and lazy me.
PPT
Integrity and Security in Filesystems
PDF
Ceph Internals
PPTX
From NodeJS to Rust
PDF
Demystifying MS17-010: Reverse Engineering the ETERNAL Exploits
PDF
AMD Epyc CPU for Data Center
PPTX
Introduction to Sublime text 2
The last decade of RWiki and lazy me.
Integrity and Security in Filesystems
Ceph Internals
From NodeJS to Rust
Demystifying MS17-010: Reverse Engineering the ETERNAL Exploits
AMD Epyc CPU for Data Center
Introduction to Sublime text 2
Ad

More from YoungChoonTae (6)

PPTX
Systemd = init + inetd
ODP
OpenDaylight go
PPTX
File then system
PPTX
vi(m) today part 2
ODP
Linux shell not a
PPTX
Linux again
Systemd = init + inetd
OpenDaylight go
File then system
vi(m) today part 2
Linux shell not a
Linux again
Ad

Recently uploaded (20)

PDF
A review of recent deep learning applications in wood surface defect identifi...
PDF
Unlock new opportunities with location data.pdf
PDF
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
PPTX
Modernising the Digital Integration Hub
PDF
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
PDF
Hybrid model detection and classification of lung cancer
PPT
What is a Computer? Input Devices /output devices
PDF
August Patch Tuesday
PPTX
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
PPTX
The various Industrial Revolutions .pptx
PDF
TrustArc Webinar - Click, Consent, Trust: Winning the Privacy Game
PDF
A contest of sentiment analysis: k-nearest neighbor versus neural network
PPTX
Web Crawler for Trend Tracking Gen Z Insights.pptx
PDF
sustainability-14-14877-v2.pddhzftheheeeee
PDF
CloudStack 4.21: First Look Webinar slides
PDF
Developing a website for English-speaking practice to English as a foreign la...
PPTX
Chapter 5: Probability Theory and Statistics
PDF
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
PDF
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
PDF
WOOl fibre morphology and structure.pdf for textiles
A review of recent deep learning applications in wood surface defect identifi...
Unlock new opportunities with location data.pdf
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
Modernising the Digital Integration Hub
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
Hybrid model detection and classification of lung cancer
What is a Computer? Input Devices /output devices
August Patch Tuesday
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
The various Industrial Revolutions .pptx
TrustArc Webinar - Click, Consent, Trust: Winning the Privacy Game
A contest of sentiment analysis: k-nearest neighbor versus neural network
Web Crawler for Trend Tracking Gen Z Insights.pptx
sustainability-14-14877-v2.pddhzftheheeeee
CloudStack 4.21: First Look Webinar slides
Developing a website for English-speaking practice to English as a foreign la...
Chapter 5: Probability Theory and Statistics
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
WOOl fibre morphology and structure.pdf for textiles

Compress and the other side