...linux tweaks by morphus.dk
Unfortunately, no one can be told what the Matrix is. You have to see it for yourself. by MORPHUS.DK
Showing posts with label
compressed
.
Show all posts
Showing posts with label
compressed
.
Show all posts
24 April, 2009
how to install compressed .tar files::
how to...installing compressed .tar files::
*.tar:
Code:
$ tar xvf
*.tar.gz, *.tgz:
Code:
$ tar xzvf
*.tar.bzip, *.tar.bz:
Code:
$ tar xjvf
More info:
Code:
$ man tar
Older Posts
Home
Subscribe to:
Posts (Atom)