Originally posted by Mictlantecuhtli
gunzip < file.tar.gz |tar xfv -
Originally posted by Mictlantecuhtli
(g)zip (-r) package-name file(s). Use -r if you want to include subdirectories as well.
Ahh... The semicolonOriginally posted by Mictlantecuhtli
tar -cf package files/directories ;gzip package.tar
By the way, bzip2 compresses much better than gzip.