
Here's a quick tip which many will find very handy. UNP is a small script which makes it very easy to extract almost any archive via command line. If you can't remember the command to extract tar.gz, rar and so on, you will love unp.
Basically to use unp, all you have to do is type:
unp your_archive
Where "your_archive" can be: rar, zip, tar.gz, deb, tar.gz2, rpm and so on. You can even use unp extract multiple archive types in the same time:
Install unp
In Ubuntu, to install unp, simply paste this in a terminal:
sudo apt-get install unp
Click for the Full Story
http://www.webupd8.org/2010/04/unp-extracts-any-archive-via-command.html