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.
Related Questions
- Although my game is not in the list of supported games, the datafile has the same file extension as one of the supported games. Can I extract files from it then?
- H5 Question: I want to be able to read in the contents of a MHT file and extract the text or HTML or attachments from this file. Where do I start?
- Files with the file extension ".pst" appear, as I connect the IC recorder to the computer. What are PST files?