Skip to content

(De)compress gz/bz2/xz file with tar command

.tar.gz

# compress
tar zcf FILE.tar.gz FILEDIR
# decompress
tar zxf FILE.tar.gz

.tar.bz2

# compress
tar jcf FILE.tar.bz2 FILEDIR
# decompress
tar jxf FILE.tar.bz2

.tar.xz

# compress
tar Jcf FILE.tar.xz FILEDIR
# decompress
tar Jxf FILE.tar.xz

Disclaimer
  1. License under CC BY-NC 4.0
  2. Copyright issue feedback me#imzye.me, replace # with @
  3. Not all the commands and scripts are tested in production environment, use at your own risk
  4. No privacy information is collected here
Try iOS App