Using tar and gzip to compress/uncompress files

From CUC3
Revision as of 13:31, 13 June 2008 by import>Mp466
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Compress with bzip2 directory temp

tar cvfj temp.tar.bz temp

Uncompress with bzip2 directory temp

tar xvfj temp.tar.bz

Cat compressed file

bzcat temp.bz