Difference between revisions of "Tar"
From MohidWiki
m (1 revision) |
|
(No difference)
|
Latest revision as of 10:39, 3 December 2008
tar is a command line utility that archives files in linux.
Contents
syntax
> tar tar-quive.tar
Untar
> tar -zxvf tar-quive.tar.gz
Examples
> tar -xvvf foo.tar extract foo.tar
> tar -xvvzf foo.tar.gz extract gzipped foo.tar.gz
> tar -cvvf foo.tar foo/ tar contents of folder foo in foo.tar