When importing data you will probably be extracting or unpacking a tarball File
To unpack or extract a tar file, type:
tar -xvf file.tar
To save disk space and bandwidth files are saved using compression program such as gzip or bzip2. To extract / unpack a .tar.gz (gzip) file, enter (note -z option):