http://www.fmi.uni-passau.de/archive/doc/unix/unixhelp/Unixhelp/utilities2_trans1.1.4.html (Einblicke ins Internet, 10/1995)
Unpacking a tar file
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.