Thursday, May 17, 2007

Quick Uncompression in Linux

Some common commands for uncompressing files in most Linux environments. For complete listing and options check the man pages.

.bz2
bzip -d

.tar
tar -xf

.gz
gzip -d