Tar
Untar
tar -xvf file.tar dir_ext
tar
tar -cf file.tar
To compress with gunzip/gzip
tar -xvfz file.tar dir_ext
Gunzip / gzip
cat file | gzip > file.gzip
tar -xvf file.tar dir_ext
tar -cf file.tar
tar -xvfz file.tar dir_ext
cat file | gzip > file.gzip