How to Un-tar gz files in Unix/Linux

Posted on May 19th, 2007 in How To, Unix by bjones

Open your shell
Here we’ll be uncompressing a file called archivedfile.tar.gz:

tar xvzf archivedfile.tar.gz

That’s it. :)