Using tar and gzip to compress/uncompress files

From Docswiki
Revision as of 13:41, 13 May 2019 by Adk44 (talk | contribs) (Created page with "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")
(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