Linux – How to untar a tar file or gzip-bz2 tar file
Tar file can come compressed or uncompressed. Generally that are compressed using gzip or bzip2. The program, tar, will uncompress both types and extract the files from archive. Type at the command prompt x = eXtract, this indicated an extraction Continue reading Linux – How to untar a tar file or gzip-bz2 tar file