Buka file Tar.z

#Uncompress all *.tar.Z files in a directory
zcat *.Z | tar -xvf -

## To just uncompress .Z
uncompress *.Z
## This gives a .tar file which can be separately extracted in a canonical fashion
tar -xvf *.tar
Big Feeeeeb