Revision [19178]

This is an old revision of tar made by coolpup on 2011-10-27 09:37:37.

 

HomePage > ComponentHowTo Components and HowTos > FileTypes

tar

file archiving

http://www.gnu.org/software/tar

Source distribution: ftp://ftp.gnu.org/gnu/tar/

Binary distribution(s):

Verify the installed version via the command-line interface:
tar --version

Dependencies: +bzip2,+gettext,+gnutls,+grep

Extracting tar archives (tar by default will extract the file according to its extension):
tar xfv file.EXTENSION

Creating tar archives (without compression):
tar cfv archivename.tar [dir...]

To create an archive of a directory with XZUtils xz compression:
tar cfJv archivename.txz [dir...]

To list (view) the contents of a .txz or .tar.xz file without extracting:
tar tf archivename.tar.xz
http://www.qa.com/about-qa/blogs/2010/april/getting-to-know-xz-as-the-best-compression-tool

Filename extension: .tar
Internet media type: application/x-tar
Container types: gzip, bzip2, lzip, lzma, xz, lzop, compress

http://www.t2-project.org/packages/tar.html
http://wiki.archlinux.org/index.php/Tar
http://puppylinux.org/wikka/software



Categories
CategorySoftware
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki