Unpacking a tar file

To unpack a tar file use the tar command. For example:

   tar xvf project.tar

This will unpack the contents of the tarfile project.tar in the current directory.


[Home] [Search] [Index]