echo "Uncompressing, Decoding, and extracting tar file :  utarfile.Z"
uudecode utarfile.Z | uncompress  | tar xvf - 

