Your source for the most up-to-date terms, definitions, and acronyms for and about internet service providers.
Search for an ISP term
tar
Last modified: Tuesday, March 12, 2002
(1) Short for tape archive, a UNIXutility that combines a group of files into a single file. The resulting file has a .tarextension.
The tar command does not compress files. Frequently, therefore, a tar file is compressed with the compress or gzip commands to create a file with a .tar.gz or .tar.Z extension. These are comparable to files that have been compressed with PKZIP on a PC platform. Most PC compression utilities, including PKZIP, can open (untar) a tar file.