cmd/tar: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Created page with "==About== '''tar''' is a utility for collecting multiple files and folders into a single file. Though not compressed, the resulting single file is then easily compressible by..."
 
m special:manpage not working anymore
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
==About==
==About==
'''tar''' is a utility for collecting multiple files and folders into a single file. Though not compressed, the resulting single file is then easily compressible by other utilities such as [[gzip]].
'''tar''' is a utility for collecting multiple files and folders into a single file. Though not compressed, the resulting single file is then easily compressible by other utilities such as [[gzip]].
==Related==
* [[.tar.gz]]: file extension commonly used for file-collections created with '''tar''' and compressed with [[gzip]]
==Manpages==
==Manpages==
* {{l/manpage}} (HTYP)
* [https://linux.die.net/man/1/tar die.net]
* [https://linux.die.net/man/1/tar die.net]
* [http://man7.org/linux/man-pages/man1/tar.1.html Linux manual page] (fixed-pitch)
* [http://man7.org/linux/man-pages/man1/tar.1.html Linux manual page] (fixed-pitch)

Latest revision as of 17:19, 16 February 2025

About

tar is a utility for collecting multiple files and folders into a single file. Though not compressed, the resulting single file is then easily compressible by other utilities such as gzip.

  • .tar.gz: file extension commonly used for file-collections created with tar and compressed with gzip

Manpages