Usually uncompressing a tar'ed compressed file requires the use of two utility and pipe '|' through each other. Today, I found an easy way to to that. Traditionally, to extract tar.bz2 , we use bzip2 -cd files.tar.bz2 | tar xvf - and so with .gz files the easy way is this way,