All About Tar Files And How To tar, untar Files In GNU-Linux Using Terminal.md 646 B


Title: All About Tar Files And How To tar, untar Files In GNU/Linux Using Terminal Date: 2017-05-30 21:44:03 Categories: [cli] Tags: [tar] Slug: all-about-tar-files-and-how-to-tar-untar-files-in-gnu-linux-using-terminal

Authors: sedlav

tar is an archive utility tool for GNU/Linux. Primarily used to distribute executable software or package the software source code in the tarball for later distribution. The most popular being gzip and you might have noticed the source file of a program usually ends with *.tar.gz.

Link