How do I extract the contents of a file with the .tar.Z or .tar.gz extension?

There are two methods you can use to extract the contents of a file. You can type: /usr/um/gnu/bin/gunzip filename.tar. Z tar -xvf filename.

Tar or you can type: /usr/um/gnu/bin/zcat filename.tar. Z | tar -xvf - The second method is more advantageous because you do not need to have space to store both the .tar. Z and the .

Tar files.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions