CS155

CS155: Introduction to Unix

Fall 2017

Archives

See this page as a slide show

Archival & Compression Commands

CS155 Archives

Archival and Compression: gzip, bzip2

Compression Examples

% ls -l
total 112
-rw------- 1 boese fac 108447 Feb 6 10:39 test_file
% gzip test_file
% ls -l
total 32
-rw------- 1 boese fac 32174 Feb 6 10:39 test_file.gz
% gunzip test_file.gz
% bzip2 test_file
% ls -l
total 28
-rw------- 1 boese fac 27350 Feb 6 10:39 test_file.bz2

Archival and Compression: tar

Archival and Compression: tar

tar: Usage

tar: Examples

Archival with Compression

Using tar, we can filter archives through a compression program.

zip: Usage

zip: Examples

Modified: 2016-01-14T12:43

User: Guest

Check: HTML CSS
Edit History Source
Apply to CSU | Contact CSU | Disclaimer | Equal Opportunity
Colorado State University, Fort Collins, CO 80523 USA
© 2015 Colorado State University
CS Building