Using tar and gzip to compress/uncompress files
Jump to navigation
Jump to search
Compress with bzip2 directory temp
tar cvfj temp temp.tar.bz
Unompress with bzip2 directory temp
tar xvfj temp.tar.bz
Cat compressed file
bzcat temp.bz