BaseLinux

From Mesdoc

Revision as of 10:16, 20 April 2007 by 81.80.101.92 (Talk)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)


To extract the archive filename.tar.gz into the current directory:

tar xzf filename.tar.gz


If this fails, the version of tar may not support gzip compression. In this case, you can use the traditional two-stage command:

gzip -dc filename.tar.gz | tar xf -
Personal tools